Age | Commit message (Collapse) | Author |
|
|
|
station_gui.h
-Fix: comment for ReallocT was wrong, the memory is not zeroed.
|
|
(content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
|
|
|
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
|
|
SpriteCache struct in order to make it smaller
|
|
|
|
location
|
|
the map, which is now done by a manual key sorter on SmallMap. This fixes engine ID list sorting.
|
|
code :(
|
|
time and binary size
|
|
|
|
|
|
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
|
|
autoreplace kernel.
|
|
|
|
NewGRF window. Presets are saved in the config file.
|
|
|
|
encoding so it uses similiar scheme as 8bpp-optimized
All zoom levels are stored and a kind of RLE is used. Together with further changes and reducing number of variables, drawing is ~50% faster in average.
|
|
got/stayed broken
|
|
for core functions (big functions use just inline instead)
|
|
there
-Codechange: convert smallvector from struct to class
|
|
TTD_[BIG/LITTLE]_ENDIAN is defined
|
|
from <string.h>
|
|
-Codechange: Split the sorting code from the sortlist to an appropriate header
|
|
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
that bytes should be cast to ints.
|
|
|
|
operators.
|
|
have a viewport instead of one global array with a viewport for each window, even when they do not use the viewport.
|
|
a patch by Alberth.
|
|
math_func.hpp
|
|
values didn't work
|
|
use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack).
|
|
won't be used in the future
|
|
|
|
|
|
the value
|
|
nearest now
|
|
file to spare 4-8kB of binary size
|
|
|
|
duplication.
|
|
stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.
|
|
|