Fri, 15 Jul 2005 18:30:13 +0000(svn r2580) Change: Added {INDUSTRY} command for printing industry names instead of the old {TOWN} {STRING} way.
ludde [Fri, 15 Jul 2005 18:30:13 +0000] rev 2070
(svn r2580) Change: Added {INDUSTRY} command for printing industry names instead of the old {TOWN} {STRING} way.
- The formatting of the industry name can be controlled with the string STR_INDUSTRY_FORMAT.
Change: Changed several occurences of {STRING1} into {TOWN} to get rid of townnametype being used directly.

Fri, 15 Jul 2005 17:59:55 +0000(svn r2579) Change some strgen errors into warnings to prevent build from stopping.
ludde [Fri, 15 Jul 2005 17:59:55 +0000] rev 2069
(svn r2579) Change some strgen errors into warnings to prevent build from stopping.

Fri, 15 Jul 2005 17:58:31 +0000(svn r2578) translation fix
miham [Fri, 15 Jul 2005 17:58:31 +0000] rev 2068
(svn r2578) translation fix

Fri, 15 Jul 2005 17:45:54 +0000(svn r2577) [Translators] Updated translations to 20050715 (26 lang(s))
miham [Fri, 15 Jul 2005 17:45:54 +0000] rev 2067
(svn r2577) [Translators] Updated translations to 20050715 (26 lang(s))

Fri, 15 Jul 2005 16:50:39 +0000(svn r2576) -Fix: Whitespace. Somehow a commit bypassed the pre-commit hook
celestar [Fri, 15 Jul 2005 16:50:39 +0000] rev 2066
(svn r2576) -Fix: Whitespace. Somehow a commit bypassed the pre-commit hook

Fri, 15 Jul 2005 16:29:30 +0000(svn r2574) Fix: AnimatedTile leak in town_cmd.c (this one has probably been here since day 1)
ludde [Fri, 15 Jul 2005 16:29:30 +0000] rev 2065
(svn r2574) Fix: AnimatedTile leak in town_cmd.c (this one has probably been here since day 1)

Fri, 15 Jul 2005 15:09:52 +0000(svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the new string system.
ludde [Fri, 15 Jul 2005 15:09:52 +0000] rev 2064
(svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the new string system.
Also fixed a bug introduced in r2564, forgot to remove 4 global variables in network_gui.c.

Fri, 15 Jul 2005 14:53:44 +0000(svn r2572) - Codechange: [string] Changed string system so it's not as dependent on decode_parameters
ludde [Fri, 15 Jul 2005 14:53:44 +0000] rev 2063
(svn r2572) - Codechange: [string] Changed string system so it's not as dependent on decode_parameters
- Feature: [strgen] Allow changing the order of parameters in translated strings.
- Use {1:TOWN} syntax to set the order.
- Codechange: [strgen] Rewrote lots of strgen internals.

Fri, 15 Jul 2005 14:16:14 +0000(svn r2571) Add explicit type Pixel for ... Pixels
tron [Fri, 15 Jul 2005 14:16:14 +0000] rev 2062
(svn r2571) Add explicit type Pixel for ... Pixels

Fri, 15 Jul 2005 12:16:16 +0000(svn r2570) Fix: Removed some code that had no effect.
ludde [Fri, 15 Jul 2005 12:16:16 +0000] rev 2061
(svn r2570) Fix: Removed some code that had no effect.

Fri, 15 Jul 2005 09:01:23 +0000(svn r2569) Get rid of some dubious casts and thus warnings on 64bit machines
tron [Fri, 15 Jul 2005 09:01:23 +0000] rev 2060
(svn r2569) Get rid of some dubious casts and thus warnings on 64bit machines

Fri, 15 Jul 2005 07:48:17 +0000(svn r2568) Small cleanup in strgen: static, bracing, ...
tron [Fri, 15 Jul 2005 07:48:17 +0000] rev 2059
(svn r2568) Small cleanup in strgen: static, bracing, ...

Thu, 14 Jul 2005 17:45:02 +0000(svn r2567) [Translators] Updated translations to 20050714 (2 lang(s))
miham [Thu, 14 Jul 2005 17:45:02 +0000] rev 2058
(svn r2567) [Translators] Updated translations to 20050714 (2 lang(s))

Thu, 14 Jul 2005 15:10:20 +0000(svn r2566) Rename COMMA{8,16,32} to just COMMA, because it's the same anyway
tron [Thu, 14 Jul 2005 15:10:20 +0000] rev 2057
(svn r2566) Rename COMMA{8,16,32} to just COMMA, because it's the same anyway

Thu, 14 Jul 2005 09:53:52 +0000(svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they are just confusing and just do the same thing as GetParamInt32
ludde [Thu, 14 Jul 2005 09:53:52 +0000] rev 2056
(svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they are just confusing and just do the same thing as GetParamInt32

Thu, 14 Jul 2005 09:43:59 +0000(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not meant to be used by GUI-code, because it modifies the "game-state".
ludde [Thu, 14 Jul 2005 09:43:59 +0000] rev 2055
(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not meant to be used by GUI-code, because it modifies the "game-state".
Added a way to bind a C-string to an openttd string which doesn't modify the game state.

Thu, 14 Jul 2005 06:10:23 +0000(svn r2563) -Fix: [1209084] Spaces in the path to the MIDI files caused the win32 MIDI player to fail
tron [Thu, 14 Jul 2005 06:10:23 +0000] rev 2054
(svn r2563) -Fix: [1209084] Spaces in the path to the MIDI files caused the win32 MIDI player to fail

Wed, 13 Jul 2005 20:41:44 +0000(svn r2562) Fix: Merged {NUMU16}, {INT32}. They do the same thing now.
ludde [Wed, 13 Jul 2005 20:41:44 +0000] rev 2053
(svn r2562) Fix: Merged {NUMU16}, {INT32}. They do the same thing now.

Wed, 13 Jul 2005 20:35:52 +0000(svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore.
ludde [Wed, 13 Jul 2005 20:35:52 +0000] rev 2052
(svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore.

Wed, 13 Jul 2005 19:51:31 +0000(svn r2560) Fix: various minor code changes.
ludde [Wed, 13 Jul 2005 19:51:31 +0000] rev 2051
(svn r2560) Fix: various minor code changes.
Added RandomTile/RandomTileSeed functions to generate a random tile.
Changed landscape routines so they don't assume that the Y map side is a power of two. (support for this is not complete, though)
Changed some frequently used map macros to not compute the values each time.
Silence some warnings on MSVC.

Wed, 13 Jul 2005 18:46:51 +0000(svn r2559) Cleaned up new saveload code for the map
ludde [Wed, 13 Jul 2005 18:46:51 +0000] rev 2050
(svn r2559) Cleaned up new saveload code for the map

Wed, 13 Jul 2005 18:04:01 +0000(svn r2558) Change the internal map format from 7 arrays to one array of structs, this doesn't change the saved format for now. It's a stepping stone for further changes.
tron [Wed, 13 Jul 2005 18:04:01 +0000] rev 2049
(svn r2558) Change the internal map format from 7 arrays to one array of structs, this doesn't change the saved format for now. It's a stepping stone for further changes.

Wed, 13 Jul 2005 09:51:01 +0000(svn r2557) -Add: Added the AUTOBRIEF option to the Doxyfile
celestar [Wed, 13 Jul 2005 09:51:01 +0000] rev 2048
(svn r2557) -Add: Added the AUTOBRIEF option to the Doxyfile

Tue, 12 Jul 2005 21:27:56 +0000(svn r2556) -Fix: update newline style of new files to native. Don't forget this when you add a new file! 'svn ps svn:eol-style native <file>'
Darkvater [Tue, 12 Jul 2005 21:27:56 +0000] rev 2047
(svn r2556) -Fix: update newline style of new files to native. Don't forget this when you add a new file! 'svn ps svn:eol-style native <file>'

Tue, 12 Jul 2005 21:13:30 +0000(svn r2555) Initialise since r2553 uninitialised variable and remove since r2553 unused array (ludde)
tron [Tue, 12 Jul 2005 21:13:30 +0000] rev 2046
(svn r2555) Initialise since r2553 uninitialised variable and remove since r2553 unused array (ludde)

Tue, 12 Jul 2005 20:41:17 +0000(svn r2554) - Fix: [pathfinding] Change to using some helper functions for checking the railtype.
ludde [Tue, 12 Jul 2005 20:41:17 +0000] rev 2045
(svn r2554) - Fix: [pathfinding] Change to using some helper functions for checking the railtype.

Tue, 12 Jul 2005 20:28:19 +0000(svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced old pathfinder.
ludde [Tue, 12 Jul 2005 20:28:19 +0000] rev 2044
(svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced old pathfinder.
- Penalties for red signals and for slopes.
- Increased the search depth to work better with large train networks.

Tue, 12 Jul 2005 19:57:41 +0000(svn r2552) - Fix: [map] Fix so the code compiles correctly and doesn't crash on MSVC6 in optimization mode.
ludde [Tue, 12 Jul 2005 19:57:41 +0000] rev 2043
(svn r2552) - Fix: [map] Fix so the code compiles correctly and doesn't crash on MSVC6 in optimization mode.

Tue, 12 Jul 2005 19:51:58 +0000(svn r2551) [Translations] Added slovenian language (~20% complete)
miham [Tue, 12 Jul 2005 19:51:58 +0000] rev 2042
(svn r2551) [Translations] Added slovenian language (~20% complete)

Tue, 12 Jul 2005 19:15:56 +0000(svn r2550) raise 32767 limit of gamma values, and 16MB limit of RIFF chunks in saveload code.
ludde [Tue, 12 Jul 2005 19:15:56 +0000] rev 2041
(svn r2550) raise 32767 limit of gamma values, and 16MB limit of RIFF chunks in saveload code.