Age | Commit message (Collapse) | Author |
|
of some error or a network-server
|
|
|
|
mersenne to makefile (Luca)
|
|
on a town building or industry.
|
|
Added support for Mersenne Twister random number generator (not implemented in network yet)
Wrap player randoms around #ifdef
|
|
large maps. They are always placed next to the borderline, so the perimeter is used instead of area to scale the number of those industries.
|
|
information about clients.
Change: Made code a little bit more readable by putting _selected_item in a local var with a shorter name.
|
|
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.
|
|
stopping.
|
|
|
|
|
|
|
|
here since day 1)
|
|
new string system.
Also fixed a bug introduced in r2564, forgot to remove 4 global variables in network_gui.c.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are just confusing and just do the same thing as GetParamInt32
|
|
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.
|
|
win32 MIDI player to fail
|
|
|
|
|
|
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.
|
|
|
|
structs, this doesn't change the saved format for now. It's a stepping stone for further changes.
|
|
|
|
this when you add a new file! 'svn ps svn:eol-style native <file>'
|
|
r2553 unused array (ludde)
|
|
checking the railtype.
|
|
old pathfinder.
- Penalties for red signals and for slopes.
- Increased the search depth to work better with large train networks.
|
|
crash on MSVC6 in optimization mode.
|
|
|
|
in saveload code.
|
|
|
|
special values that triggered palette-change
|
|
|
|
calculations
|
|
(than mine) as well :)
|
|
html-based documentation on the source code on the fly (about 9MB in size currently).
documentation will be stored in docs/source/html/ (request by blathijs)
|
|
|
|
support to OpenTTD in preperation of AIScripts (long term). It is OFF
by default. Add GPMI:=1 to Makefile.config to enable.
|
|
on more
than one railtype (like Diesel engines on electrified rail).
-Codechange: Use IsCompatibleRail where it should be used
|
|
|
|
GetTileRailType() causes NPF to not consider routes under bridges.
|
|
this yourself.
|
|
errors instead of plain printf
|