summaryrefslogtreecommitdiff
path: root/variables.h
AgeCommit message (Expand)Author
2005-11-09(svn r3157) - Feature: Added patch option to link the terraform toolbar to th...peter1138
2005-09-24(svn r2982) Newgrf: Added patch option for wagon speed limits. This is enable...peter1138
2005-09-14(svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window ...Darkvater
2005-09-13(svn r2948) -Fix: the old AI needs a special flag that triggers all kind of s...truelight
2005-08-07(svn r2828) Only command.c needs to know about _docommand_recursive, so make ...tron
2005-08-06(svn r2821) Remove a write-only variabletron
2005-08-06(svn r2818) Don't tell the world about a local variable which is only used oncetron
2005-08-06(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-08-06(svn r2815) Store the currency information in one central place instead of sc...tron
2005-08-05(svn r2812) Move variables, which only vehicle_gui.c needs to know about, theretron
2005-07-26(svn r2717) Move _userstring to strings.[ch]tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-21(svn r2664) Remove depedency on player.h from variables.htron
2005-07-21(svn r2663) Include variables.h only in these files which need it, not global...tron
2005-07-19(svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst...ludde
2005-07-19(svn r2633) Move spritecache related variable from variables.h to spritecache...tron
2005-07-19(svn r2631) Move screenshot related variables from variables.h to screenshot....tron
2005-07-17(svn r2622) Fix: remove _cargoc.names_p, it was never used.ludde
2005-07-17(svn r2609) - Feature: remove extension from savegames/scenarios when browsin...Darkvater
2005-07-17(svn r2600) Fix: [vehicles] Fix problem with vehicle loop not distributing th...ludde
2005-07-16(svn r2594) Fix: [strgen] Misc updates to the string system.ludde
2005-07-16(svn r2588) Codechange: Remove PLAYER_SEED_RANDOMludde
2005-07-15(svn r2583) Move OS specific code out of misc.cludde
2005-07-14(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not...ludde
2005-07-12(svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced ol...ludde
2005-07-04(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows mu...hackykid
2005-07-03(svn r2514) - Codechange: [NPF] Move the checking of railtype into a funciton...matthijs
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-20(svn r2464) Move definition of _inclined_tileh out of variables.htron
2005-06-16(svn r2447) * Add: [NPF] Penalty for road vehicles making turns.matthijs
2005-05-11(svn r2291) - Fix (regression): When a client joined it changed the server-pl...Darkvater
2005-05-07(svn r2281) - Fix: [ 1115204 ] [NPF] When pressing the goto depot button, tra...matthijs
2005-05-06(svn r2274) - Codechange: some comments, parentheses and EngineID typedef for...Darkvater
2005-05-02(svn r2255) - Fix: [ 9680363 ] [NPF] Broken buoy handling for shipsmatthijs
2005-04-15(svn r2204) - Add: [NPF] NPF now has a maximum number of nodes it will search...matthijs
2005-04-13(svn r2192) - Add greater control to the 'message options' window. Now you ca...Darkvater
2005-04-04(svn r2147) - Add: [NPF] Give red presignal exit signals a different (higher)...matthijs
2005-03-20(svn r2033) - Fix: Fix some more desync by saving the town growth frequency i...pasky
2005-03-17(svn r2021) Fix: Enlarge _cur_town_ctr from byte to uint32 so that all the to...pasky
2005-03-12(svn r2004) - Fix: [ 1149487 ] Autosave ignoring settingsDarkvater
2005-03-08(svn r1964) - Add: [NPF] Added a penalty matthijs
2005-03-08(svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on ...matthijs
2005-03-03(svn r1921) -Fix: Out of bounds array access which caused oil rigs to accept ...tron
2005-02-23(svn r1910) Move two variables out of variables.h which are only used locallytron
2005-02-08(svn r1850) Change the last consumers of str_buffr so they use local static b...tron
2005-02-06(svn r1833) byte -> char transition: the resttron
2005-02-06(svn r1827) Next iteration of the byte -> char transition: some string drawin...tron
2005-02-06(svn r1813) Declare functions implemented in strings.c in their own shiny new...tron
2005-02-05(svn r1810) Move town name generation declarations into a header of their owntron
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron