Age | Commit message (Collapse) | Author |
|
for more consistency and distinguishability.
|
|
(like done for video, music, sound, etc)
|
|
|
|
|
|
|
|
relatives
|
|
|
|
|
|
|
|
for a new company instead of zeroing them.
|
|
forcing resizes/redraws of the screen during map generation
|
|
DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...).
|
|
they are part of strings and add some colours to a few strings.
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|
|
|
|
windows.
|
|
|
|
|
|
create-scenario window.
|
|
|
|
|
|
|
|
API.
|
|
expanding them much easier (Alberth)
|
|
|
|
|
|
generated in the generate world window to be customized.
Some warnings:
-the maximum number of towns to be accepted is set to 5000
-the minimum number of towns to be accepted is set to 1
-the number that is specified is NOT guaranteed to be the exact number of towns generated. The normal mechanism of town creation has not been modified. So town placement can still fail.
-setting a custom number of town will change your difficulty settings to custom as well
|
|
hardcode the values for that enum.
|
|
as GameMode instead of as byte.
|
|
in the scenario editor.
|
|
changing the amount of towns/industries from the newgame gui.
|
|
settings, but the economy can only be started after loading NewGRFs. In short: r15383 causes more problems then it's worth.
|
|
edit box open simultaniously (Zuu).
|
|
except where it's used for backward compatability.
|
|
necessary.
|
|
road networks
-Fix: use a flag instead of TL_NO_ROADS to forbid towns to build roads. The flag is ignored during world generation, so there won't be 'ghost' towns anymore
-Feature: town layout is now stored per town, so it is possible to (manually) set different layout for each town
|
|
|
|
to a random value if it's 'random' when the newgame gui is opened.
|
|
|
|
which edges will be water to 4 pushbuttons (based on patch by planetmaker).
|
|
|
|
window, allowing them to be more visible.
|
|
definition (Terkhen).
|
|
see.
NoAI is an API (a framework) to build your own AIs in. See:
http://wiki.openttd.org/wiki/index.php/AI:Main_Page
With many thanks to:
- glx and Rubidium for their syncing, feedback and hard work
- Yexo for his feedback, patches, and AIs which tested the system very deep
- Morloth for his feedback and patches
- TJIP for hosting a challenge which kept NoAI on track
- All AI authors for testing our AI API, and all other people who helped in one way or another
-Remove: all old AIs and their cheats/hacks
|
|
Based on Yorick's work
|
|
|
|
textbuf, explicitly say it includes the terminating zero
-Fix: one couldn't rename things with too long default/automatic name
-Fix: buffer overflow in console when too long (1024 bytes) command was entered
|
|
|
|
ShowQueryString()
|
|
Provided by ln
I've added a little fix on currency.cpp too, why not :)
|