Sun, 06 Aug 2006 18:36:36 +0000(svn r5796) Use DrawTileSprites/DrawTileSeqStruct for road depot drawing data, too
tron [Sun, 06 Aug 2006 18:36:36 +0000] rev 4232
(svn r5796) Use DrawTileSprites/DrawTileSeqStruct for road depot drawing data, too

Sun, 06 Aug 2006 16:32:49 +0000(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo
tron [Sun, 06 Aug 2006 16:32:49 +0000] rev 4231
(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo

Sun, 06 Aug 2006 08:23:19 +0000(svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_{x,y,z}
tron [Sun, 06 Aug 2006 08:23:19 +0000] rev 4230
(svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_{x,y,z}

Sun, 06 Aug 2006 01:51:57 +0000(svn r5785) Fix(5771) : Silenced a warning in MSVC that prevented from compiling.
belugas [Sun, 06 Aug 2006 01:51:57 +0000] rev 4229
(svn r5785) Fix(5771) : Silenced a warning in MSVC that prevented from compiling.

Sat, 05 Aug 2006 21:59:07 +0000(svn r5782) [Translations] Added initial japanese translation
miham [Sat, 05 Aug 2006 21:59:07 +0000] rev 4228
(svn r5782) [Translations] Added initial japanese translation

Sat, 05 Aug 2006 17:00:09 +0000(svn r5773) Clarify why the owner is checked before a palette is chosen when drawing a station tile: some stations are not owned by players
tron [Sat, 05 Aug 2006 17:00:09 +0000] rev 4227
(svn r5773) Clarify why the owner is checked before a palette is chosen when drawing a station tile: some stations are not owned by players

Sat, 05 Aug 2006 16:57:39 +0000(svn r5772) Road depots always have an player as owner, so remove an useless check
tron [Sat, 05 Aug 2006 16:57:39 +0000] rev 4226
(svn r5772) Road depots always have an player as owner, so remove an useless check

Sat, 05 Aug 2006 16:54:55 +0000(svn r5771) Unify several code paths and data structures for drawing train depots and waypoints
tron [Sat, 05 Aug 2006 16:54:55 +0000] rev 4225
(svn r5771) Unify several code paths and data structures for drawing train depots and waypoints

Sat, 05 Aug 2006 10:30:43 +0000(svn r5769) - Fix (r5762): fix some mistakes in the opendir code and filesize calculation. Thanks to Tron for noticing (and fixing).
Darkvater [Sat, 05 Aug 2006 10:30:43 +0000] rev 4224
(svn r5769) - Fix (r5762): fix some mistakes in the opendir code and filesize calculation. Thanks to Tron for noticing (and fixing).

Sat, 05 Aug 2006 00:59:45 +0000(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move all relevant types from hal.h into fios.h, eliminate the unneccessary passing of a global variable, and extern variables in header files (declare in fios.c and misc_gui.c
Darkvater [Sat, 05 Aug 2006 00:59:45 +0000] rev 4223
(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move all relevant types from hal.h into fios.h, eliminate the unneccessary passing of a global variable, and extern variables in header files (declare in fios.c and misc_gui.c