smatz
6af1fb2bdd
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
2008-04-06 23:49:45 +00:00
rubidium
a0895d57fa
(svn r12501) -Codechange: split signs.h.
2008-03-31 07:25:49 +00:00
rubidium
b1e1c13420
(svn r12499) -Codechange: some coding style tweaks for network_internal.h.
2008-03-31 07:11:18 +00:00
glx
1670c34e2f
(svn r12480) -Change: enable and show asserts in crash.log for MSVC releases by default
2008-03-28 21:28:32 +00:00
rubidium
93d59fe448
(svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.
2008-03-28 18:00:38 +00:00
rubidium
f4d48f0e5b
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
2008-03-28 16:41:12 +00:00
rubidium
4c63dd074e
(svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h.
2008-03-28 16:36:32 +00:00
rubidium
878489e38d
(svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h.
2008-03-28 16:34:50 +00:00
rubidium
7f139373aa
(svn r12467) -Codechange: move DepotID to a more logical location.
2008-03-28 16:32:27 +00:00
rubidium
0d30619425
(svn r12461) -Change: add (quite) some missing headers to the MSVC project files.
2008-03-28 09:43:06 +00:00
belugas
79f033c78f
(svn r12457) -Codechange: Move signal enums on their own header.
2008-03-28 03:23:49 +00:00
rubidium
327e870962
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
2008-03-26 10:08:17 +00:00
rubidium
65c7ef9629
(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik.
2008-03-23 07:35:29 +00:00
glx
a6cba39750
(svn r12375) -Fix [FS#1847]: revision detection failed to detect 64bit TortoiseSVN when ran from a 32bit MSVC on win64 system (Jafinto)
2008-03-15 22:43:28 +00:00
frosch
35fd0dfd4e
(svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes.
2008-02-28 17:34:34 +00:00
glx
92254bda01
(svn r12282) -Fix (r12123): generate.vbs should not skip files in NO_THREADS section of source.list
2008-02-26 22:32:27 +00:00
KUDr
e41df385d7
(svn r12252) -Fix [FS#1801]: Broken FollowTrack_t related functions (thanks michi_cc).
...
-Fixed by removing FollowTrack_t structure and all related functions. Their purpose was to allow to call track followers from C code. They were:
1. never used
2. obsoleted by switching to C++
2008-02-25 15:09:22 +00:00
glx
ed1e402960
(svn r12238) -Change [FS#1800]: set svn:executable property for *.vbs (michi_cc)
2008-02-24 22:16:36 +00:00
glx
23bae896c9
(svn r12123) -Add: generate.vbs script to allow project files generation for users unable to run generate bash script
2008-02-12 14:20:55 +00:00
peter1138
4d0c443953
(svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.
2008-02-12 13:23:57 +00:00
glx
b0b929ce42
(svn r12117) -Fix (r12115): strgen compilation was broken
2008-02-12 02:39:22 +00:00
glx
42b305661b
(svn r12116) -Fix (r12083): little typos in source.list
2008-02-11 21:01:43 +00:00
smatz
f19eca0905
(svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
2008-02-11 20:23:38 +00:00
belugas
9343ad44fd
(svn r12089) -Cleanup: re-order, yet another time, the files in msvc projects
2008-02-09 02:46:49 +00:00
belugas
bf15bc9c57
(svn r12083) -Cleanup: Adding some more files in MSVC projects
2008-02-07 18:02:22 +00:00
belugas
30a8c150d0
(svn r12082) -Cleanup: MSVC projects do not care about the directory of the file while sorting. Only the "Absolute" name matters
2008-02-07 17:24:38 +00:00
belugas
034150c199
(svn r12081) -Codechange: Rename table/roadveh.h to table/roadveh_movment.h
...
It is more descriptive name and it will not upset the generate script anymore
2008-02-07 17:01:06 +00:00
belugas
431c3ce3c1
(svn r12078) -Cleanup: Add missing headers on project files
2008-02-07 04:47:38 +00:00
belugas
8a3f6830a3
(svn r12077) -Cleanup: Remove files not used anymore from project files
2008-02-07 03:45:02 +00:00
rubidium
bbdc5a9314
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
2008-01-24 18:47:05 +00:00
smatz
5a7c903770
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
2008-01-23 22:34:04 +00:00
peter1138
ea808b2bfa
(svn r11850) -Fix (r11848): forgot to update vc project files
2008-01-14 16:40:31 +00:00
smatz
f44a9a5d5b
(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
...
-Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements
2008-01-09 23:00:59 +00:00
rubidium
b0ac283aec
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
2008-01-07 00:57:19 +00:00
skidd13
6cb68b9144
(svn r11699) -Cleanup: Remove some headers from the project files which aren't there anymore
2007-12-25 18:25:25 +00:00
rubidium
5b49e75453
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
2007-12-19 23:26:02 +00:00
glx
805ac40280
(svn r11658) -Fix (r11654): forgot project files
2007-12-17 23:30:25 +00:00
smatz
3cee0abdba
(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h
2007-12-16 15:38:51 +00:00
smatz
eda5921284
(svn r11576) -Codechange: enumerize and comment station GUI
2007-12-05 17:08:10 +00:00
rubidium
8c5814156f
(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.
2007-11-26 23:28:29 +00:00
skidd13
71c10f7df7
(svn r11527) -Codechange: Split the bitmath functions of to their own files
2007-11-26 17:50:22 +00:00
skidd13
737aec4db6
(svn r11490) -Codechange: Split the math functions to their own header
...
-Codechange: Replace the rest of the math macros with functions
2007-11-22 18:01:51 +00:00
skidd13
83601671c7
(svn r11488) -Codechange: Spilt the random functions out to seperate file
...
-Codechange: Make the mersenne twister more readable
-Codechange: Unify the seeding process of random
2007-11-21 19:13:38 +00:00
glx
6097c07e4b
(svn r11470) -Codechange: add git detection to MSVC (michi_cc)
2007-11-18 22:39:02 +00:00
glx
fd9e2887b2
(svn r11448) -Add: project files for MSVC 2008 (*_vs90.*)
2007-11-17 02:22:56 +00:00
glx
c8516f2af8
(svn r11445) -Codechange: reorder <configuration> in openttd_vs80.vcproj, so there are less diff when it is modified by MSVC
2007-11-16 22:11:30 +00:00
belugas
f55fdfb7c4
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
...
-Codechange: Wrap all transparency settings in accessors, hiding the implementation
-Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui.
Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant.
2007-11-10 01:17:15 +00:00
glx
56964501f1
(svn r11393) -Fix (r11368): forgot to update lang project files
2007-11-08 16:11:25 +00:00
glx
4fdfd76b3b
(svn r11334) -Codechange: add hg detection to MSVC
2007-10-21 17:09:44 +00:00
rubidium
f4775d06bb
(svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics.
2007-10-21 14:59:05 +00:00