summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-21(svn r12836) -Fix: SunOS non-dedicated server compilation.rubidium
2008-04-21(svn r12824) -Codechange: Standardise routines for drawing vehicle images, us...peter1138
2008-04-21(svn r12820) -Documentation: Mark callbacks as 8 or 15 bit in 'newgrf_callbac...frosch
2008-04-21(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it...rubidium
2008-04-21(svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTD...rubidium
2008-04-21(svn r12817) -Feature: the ability to play NewGRF sounds for industries and s...rubidium
2008-04-21(svn r12816) -Fix: the cargo count in the performance rating window could be ...rubidium
2008-04-21(svn r12815) -Codechange: reshuffle some variables in the CargoPacket struct ...rubidium
2008-04-21(svn r12814) -Codechange: reshuffle some variables in the Vehicle struct savi...rubidium
2008-04-21(svn r12813) -Fix [FS#1943]: the 'last built railtype' got reset too often.rubidium
2008-04-20(svn r12810) -Codechange: style and useless casts in CmdSetAutoReplace()glx
2008-04-20(svn r12809) -Fix (r1704): Possible out of bounds array access.peter1138
2008-04-20(svn r12808) -Fix: enforce autorenew values range in commandglx
2008-04-20(svn r12805) -Codechange: remove some bit magic related to the news display s...rubidium
2008-04-20(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpprubidium
2008-04-20(svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo...rubidium
2008-04-20(svn r12801) -Codechange: remove the dependency of function.h in town_map.hrubidium
2008-04-20(svn r12800) -Codechange: move the animated tile related functions out of tex...rubidium
2008-04-19(svn r12799) -Fix (r12798): Empty for-loop warnings from gcc 4.3+peter1138
2008-04-19(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks...peter1138
2008-04-19(svn r12797) -Codechange: [autoreplace] moved wagon removal to a function of ...bjarni
2008-04-19(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blit...rubidium
2008-04-19(svn r12795) -Fix [FS#1938]: vehicles could break down during loading and kee...rubidium
2008-04-19(svn r12794) -Doc: added missing doxygen comment in autoreplace_cmd.cppbjarni
2008-04-19(svn r12793) -Codechange: Use enum values for station types instead of myster...peter1138
2008-04-19(svn r12792) -Codechange: [autoreplace] added a function to figure out if a r...bjarni
2008-04-19(svn r12791) -Codechange: [autoreplace] Added a flag parameter (listens for D...bjarni
2008-04-19(svn r12790) -Codechange: code style fixes. Patch by Alberth.rubidium
2008-04-19(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowView...rubidium
2008-04-19(svn r12788) -Codechange: unduplicate some vehicle GUI code. Patch by Alberth.rubidium
2008-04-19(svn r12787) -Documentation: add/fix documentation of some functions. Patch b...rubidium
2008-04-19(svn r12786) -Change: remove more function from functions.h.rubidium
2008-04-19(svn r12785) -Codechange: put all news-type related constants in the same arr...rubidium
2008-04-19(svn r12784) -Codechange: handle the asynchronious save 'handlers' in saveloa...rubidium
2008-04-19(svn r12783) -Codechange: do not statically allocate the 'temporary map3 arra...rubidium
2008-04-19(svn r12782) -Codechange: remove some functions from functions.h and do not s...rubidium
2008-04-18(svn r12780) -Fix: the null blitter did segfault.rubidium
2008-04-18(svn r12779) -Codechange: remove a few constants from openttd.h.rubidium
2008-04-18(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functionssmatz
2008-04-18(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can alw...smatz
2008-04-18(svn r12776) -Fix: [OSX] In some rare cases when using an uncalibrated monito...egladil
2008-04-18(svn r12773) -Codechange: replace some magic numbers with enums.rubidium
2008-04-18(svn r12772) -Codechange: some vehicle.cpp coding style.rubidium
2008-04-18(svn r12771) -Codechange: remove more from variables.h.rubidium
2008-04-18(svn r12769) -Codechange: some coding style cleanups.rubidium
2008-04-18(svn r12768) -Codechange: move the statusbar GUI to it's own file.rubidium
2008-04-18(svn r12767) -Codechange: merge all main toolbar related functions into a sin...rubidium
2008-04-18(svn r12766) -Add: sorting by road vehicle/train length. Based on a patch by ...rubidium
2008-04-18(svn r12765) -Codechange: move some stuff out of variables.h that required in...rubidium
2008-04-18(svn r12762) -Fix: tabs after the first non-tab character are generally not o...rubidium