summaryrefslogtreecommitdiff
path: root/functions.h
AgeCommit message (Expand)Author
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-16(svn r6788) - Codechange: Add and use a function to test if a string ID is a ...peter1138
2006-10-14(svn r6775) -Codechange: Use some more proper types, especially Owner and Pla...Darkvater
2006-10-12(svn r6757) -Fix (r6754): Remove double function declerations from functions....Darkvater
2006-10-12(svn r6753) -Codechange: Move some function declerations from functions.h int...Darkvater
2006-10-12(svn r6752) -Codechange: Move command functions from messy functions.h into c...Darkvater
2006-10-07(svn r6680) -Codechange r6679: [train build window] only generate the list wh...bjarni
2006-09-04(svn r6380) -Codechange: unify all ways to quit OTTD.rubidium
2006-09-01(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the ne...tron
2006-08-28(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/...rubidium
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-07(svn r5806) Inline FindLandscapeHeight() into its only remaining caller and r...tron
2006-08-05(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_Fio...Darkvater
2006-08-03(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions....tron
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-05-09(svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to Ensur...tron
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-02(svn r4231) Remove ModifyTile(), it's not used anymore, yay!tron
2006-03-26(svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or som...Darkvater
2006-03-25(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the...Darkvater
2006-03-22(svn r4028) The last external user of FindLandscapeHeightByTile() is gone (r4...tron
2006-03-07(svn r3779) Move CheckTunnelInWay() to a more appropriate place, invert its r...tron
2006-03-06(svn r3773) Shove some semantics down ottd's throat by replacing ints and mag...tron
2006-03-03(svn r3748) Remove bubblesort(), it's unusedtron
2006-03-02(svn r3726) - [6/6] Finalize conversion, finally save the patches struct.Darkvater
2006-01-05(svn r3365) Staticise 36 functionstron
2006-01-05(svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAuto...tron
2005-12-25(svn r3342) Remove some crufttron
2005-12-24(svn r3336) byte -> WindowClass, uint16 -> WindowNumbertron
2005-11-14(svn r3181) -Bracingtron
2005-10-16(svn r3049) Replace byte/int/uint by RailType where appropriatetron
2005-10-02(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)Darkvater
2005-09-30(svn r3001) s/Player*/const Player*/tron
2005-09-29(svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into ...peter1138
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-09-02(svn r2906) Fix some threaded saving problems. Now the thread only interfaces...Darkvater
2005-08-07(svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth abou...tron
2005-08-05(svn r2809) Implement more generic threading functions, which allow more than...tron
2005-08-05(svn r2807) Fix two major bugs in the threaded save code:tron
2005-08-01(svn r2781) Fix some of the issues with variables in .h files.ludde
2005-07-29(svn r2754) Move str_fmt into string.[ch]tron
2005-07-28(svn r2738) Small bit fiddling cleanuptron
2005-07-27(svn r2728) -Fix/Feature: Change the driver probing algorithmtron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2672) Move saving/loading related declarations to saveload.htron
2005-07-19(svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst...ludde
2005-07-17(svn r2601) Fix: Added TIC,TOC macros do be able to do profiling easier.ludde
2005-07-16(svn r2588) Codechange: Remove PLAYER_SEED_RANDOMludde