summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-21(svn r18874) -Codechange: Change enum Sprites { to static const StringID = ↵rubidium
for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety.
2010-01-21(svn r18873) -Codechange: use PaletteID also in the blitterrubidium
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-20(svn r18870) -Prepare: 1.0.0-beta3rubidium
2010-01-20(svn r18869) -Update from WebTranslator v3.0:translators
serbian - 2 changes by etran slovenian - 49 changes by ntadej
2010-01-20(svn r18868) -Fix [FS#3547](r18776): Wrong comparator.frosch
2010-01-19(svn r18867) -Update from WebTranslator v3.0:translators
croatian - 36 changes by greek - 1 changes by fumantsu spanish - 109 changes by Terkhen
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) ↵rubidium
wrapper functions
2010-01-18(svn r18865) -Doc: update the manpagerubidium
2010-01-18(svn r18864) -Fix [FS#3532]: town noise population settings could not be ↵rubidium
changed in-game
2010-01-18(svn r18863) -Update from WebTranslator v3.0:translators
croatian - 36 changes by hebrew - 38 changes by dnd_man polish - 1 changes by xaxa spanish - 1 changes by Terkhen ukrainian - 2 changes by Madvin
2010-01-18(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconvrubidium
2010-01-18(svn r18861) -Doc: more doxygen documentation in genworld filessmatz
2010-01-18(svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a ↵yexo
station
2010-01-18(svn r18859) -Codechange: rename glwp_modes to GenenerateLandscapeWindowModesmatz
2010-01-18(svn r18858) -Codechange: use IsAirportTile where possibleyexo
2010-01-18(svn r18857) -Codechange: don't rely on the fact that all airports are ↵yexo
rectangular
2010-01-18(svn r18856) -Codechange: do not call GetSlopeZInCorner() when there's no ↵smatz
fence to draw
2010-01-18(svn r18855) -Codechange: record compiler name and version in the crash logsmatz
2010-01-17(svn r18854) -Codechange [FS#3539]: unconflict acceleration type as 'status' ↵rubidium
and rail property (Terhken)
2010-01-17(svn r18853) -Codechange: apply coding style to GenWorld's enums, structs ↵smatz
and typedefs
2010-01-17(svn r18852) -Update: tweak date formatting of Hebrewrubidium
2010-01-17(svn r18851) -Codechange: enumify number of steps needed to generate landscapesmatz
2010-01-17(svn r18850) -Fix [FS#3540]: don't allow screen redraw when the landscape ↵smatz
contains broken slopes
2010-01-17(svn r18849) -Update from WebTranslator v3.0:translators
croatian - 36 changes by finnish - 1 changes by jpx_ greek - 1 changes by fumantsu norwegian_nynorsk - 1 changes by bjelleklang slovenian - 96 changes by ntadej
2010-01-17(svn r18848) -Fix (r18838): the original accelaration got brokenrubidium
2010-01-17(svn r18847) -Fix [FS#3541] (r18769): configure didn't properly detect ↵rubidium
libtimidity anymore (hannibal218bc)
2010-01-17(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.frosch
2010-01-17(svn r18845) -Codechange: introduce AirportTileSpec and use it for animationyexo
2010-01-17(svn r18844) -Codechange: add GPL notice to src/table/airport_defaults.hyexo
2010-01-17(svn r18843) -Codechange: Only NewGRF supplied spritelayouts use ↵frosch
SPRITE_MODIFIER_CUSTOM_SPRITE, so no extra tests needed.
2010-01-17(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to ↵frosch
SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
2010-01-17(svn r18841) -Fix (r16869): Default-waypoint was drawn incorrectly for ↵frosch
monorail and maglev in the waypoint picker.
2010-01-16(svn r18840) -Codechange: Use DrawCommonTileSeq[InGUI] for roaddepot drawing.frosch
2010-01-16(svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI.frosch
2010-01-16(svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration ↵rubidium
code plus some minor optimisations (Terkhen)
2010-01-16(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() ↵frosch
and move it to separate file.
2010-01-16(svn r18836) -Codechange: make TrainUpdateSpeed a class function and update ↵rubidium
some comments (Terkhen)
2010-01-16(svn r18835) -Fix: Large sounds could still cause an overflow with high ↵peter1138
sample rates, causing them to be cut off.
2010-01-16(svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze)rubidium
2010-01-16(svn r18833) -Cleanup: Const-ness and stylepeter1138
2010-01-16(svn r18832) -Fix: some indentation whitespace.frosch
2010-01-16(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case ↵rubidium
loading a savegame misses with missing NewGRFs. This way the load game crash handler gets better visibility and the user is instructed to find the missing NewGRFs before filing a bug report
2010-01-16(svn r18830) -Update from WebTranslator v3.0:translators
croatian - 36 changes by finnish - 2 changes by jpx_ french - 1 changes by glx german - 1 changes by planetmaker hungarian - 2 changes by IPG slovenian - 144 changes by ntadej
2010-01-16(svn r18829) -Codechange: Don't free memory from within audio mixer callback ↵peter1138
handler as it may be required to be real-time safe.
2010-01-16(svn r18828) -Fix (r18823): Decrementing uints is different to ints.frosch
2010-01-16(svn r18827) -Fix: Center main window using smallmap widget edge coordinates.alberth
2010-01-16(svn r18826) -Codechange: Unifiy return value of ↵frosch
(SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13)
2010-01-16(svn r18825) -Codechange: Sometimes code is shorter if you do not use a ↵frosch
function for deduplication. (skidd13)
2010-01-16(svn r18824) -Codechange: Turn some public members into protected ones. ↵frosch
(skidd13)