index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2009-05-22
(svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle wa...
smatz
2009-05-22
(svn r16375) -Codechange: don't be afraid of deleting NULL pointers
smatz
2009-05-22
(svn r16374) -Fix (r11622): Valid UTF-8 sequences between 0x20 and 0xFF shoul...
peter1138
2009-05-21
(svn r16373) -Codechange: use () instead of (void) for functions without para...
smatz
2009-05-21
(svn r16372) -Codechange: Simplify size calculations with a few helper functi...
alberth
2009-05-21
(svn r16371) -Codechange (r16367): Properly align comments.
alberth
2009-05-21
(svn r16370) -Doc: Improvements to the nested widgets documentation, added ex...
alberth
2009-05-21
(svn r16369) -Codechange: Renaming ComputeMinimalSize() to SetupSmallestSize(...
alberth
2009-05-21
(svn r16368) -Codechange: Only leaf widgets use min_x and min_y.
alberth
2009-05-21
(svn r16367) -Codechange: Do not use min_x and min_y for storing smallest siz...
alberth
2009-05-21
(svn r16366) -Fix: Use a valid StringID as fall-back when undefined generic n...
frosch
2009-05-21
(svn r16363) -Fix: The previously selected newgrf station type was still reme...
peter1138
2009-05-20
(svn r16362) -Update: WebTranslator2 update to 2009-05-20 17:30:16
translators
2009-05-19
(svn r16361) -Fix: pointer incremented with wrong count
rubidium
2009-05-19
(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...
rubidium
2009-05-19
(svn r16359) -Codechange: don't abuse company 0 when determining 'cost to cle...
smatz
2009-05-19
(svn r16358) -Fix (r16343): strdup doesn't like NULL
glx
2009-05-19
(svn r16357) -Codechange: delete invalid depots in TTD savegames caused by im...
smatz
2009-05-19
(svn r16356) -Codechange: use 'size_t' instead of 'uint' as parameter of func...
smatz
2009-05-18
(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too
smatz
2009-05-18
(svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID
smatz
2009-05-18
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...
smatz
2009-05-18
(svn r16351) -Fix (r14773): signal handler could end in endless loop
smatz
2009-05-18
(svn r16350) -Codechange: make some 'rail track is present' checks more 'secure'
smatz
2009-05-18
(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...
smatz
2009-05-18
(svn r16348) -Fix (r16280): buoys with invalid station ID could be left in th...
smatz
2009-05-17
(svn r16347) -Cleanup: remove some unused defines from oldpool.h.
rubidium
2009-05-17
(svn r16346) -Codechange: don't exploit the pool system in the way done for t...
rubidium
2009-05-17
(svn r16345) -Codechange: replace the Sound(Entry) pool with a simple vector ...
rubidium
2009-05-17
(svn r16344) -Codechange: s/FileEntry/SoundEntry/
rubidium
2009-05-17
(svn r16343) -Fix (r16066): Invalid free on exit after changing base graphics...
frosch
2009-05-17
(svn r16342) -Feature(tte): Display base graphics description in game options...
frosch
2009-05-17
(svn r16341) -Codechange: just use a static array instead of a never freed ma...
rubidium
2009-05-17
(svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of ...
rubidium
2009-05-17
(svn r16339) -Fix: [NewGRF] When overriding 'original sounds', only allow ove...
rubidium
2009-05-17
(svn r16338) -Codechange: split loading of references to two phases
smatz
2009-05-17
(svn r16337) -Codechange: remove pointless variable + wrapper function; havin...
rubidium
2009-05-17
(svn r16336) -Codechange: make the SpriteGroup pool more like the 'normal' pools
rubidium
2009-05-17
(svn r16335) -Codechange: indenting fixes in saveload.cpp
smatz
2009-05-17
(svn r16334) -Codechange: use NeedLength enum
smatz
2009-05-17
(svn r16333) -Cleanup: remove a bunch of unused wrapper functions.
rubidium
2009-05-17
(svn r16332) -Codechange: replace some -1 + 1 with 'nothing' or <= .. - 1 wit...
rubidium
2009-05-17
(svn r16331) -Codechange: replace _sl.save by an enum
smatz
2009-05-17
(svn r16330) -Fix (r16329): we were shortly visited by Mr. Kenobi.
rubidium
2009-05-17
(svn r16329) -Fix: possible desync when removing lots of towns in-game (not t...
rubidium
2009-05-17
(svn r16328) -Fix: desync when removing lots of stations
rubidium
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-16
(svn r16323) -Fix [FS#2900]: desyncs due to the fact that depot searching wit...
rubidium
[next]