Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-07-22 | (svn r16914) -Codechange: split Station and BaseStation into different files | rubidium | |
2009-07-22 | (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and ↵ | rubidium | |
waypoint_func.h | |||
2009-03-04 | (svn r15609) -Fix: Code style... | peter1138 | |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium | |
2008-11-26 | (svn r14634) -Change: _rdtsc is defined by some platforms so we can't use ↵ | rubidium | |
that name. | |||
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add ↵ | rubidium | |
something more than whitespace as description of files that don't have a description. | |||
2008-05-06 | (svn r12969) -Codechange: remove a completely pointless file. | rubidium | |
2008-04-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and ↵ | rubidium | |
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h. | |||
2008-03-31 | (svn r12489) -Codechange: split station.h into station_base.h and ↵ | rubidium | |
station_func.h. | |||
2008-01-23 | (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use ↵ | smatz | |
GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead | |||
2008-01-07 | (svn r11774) -Change: do not include variables.h in a header when it is not ↵ | rubidium | |
needed. | |||
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of ↵ | rubidium | |
useless includes. | |||
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium | |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium | |
2007-12-16 | (svn r11644) -Codechange: merge some functions from tunnel_map.h and ↵ | smatz | |
bridge_map.h into tunnelbridge_map.h | |||
2007-06-30 | (svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison ↵ | KUDr | |
warnings | |||
2007-06-29 | (svn r10392) -Add [YAPF]: added structured dump support into some essential ↵ | KUDr | |
YAPF classes (node-list, nodes, keys, etc.) and CArrayT | |||
2007-05-18 | (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ↵ | rubidium | |
strictness. | |||
2007-04-12 | (svn r9609) -Codechange: Move some function prototypes out of functions.h ↵ | maedhros | |
and into landscape.h, and add a few where they didn't exist. | |||
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium | |
2007-02-24 | (svn r8869) [YAPF] -Fix: Large Train Stations/Trains makes OpenTTD crash ↵ | KUDr | |
(Jigsaw_Psyche) | |||
2007-01-13 | (svn r8092) -Codechange: header files with miscellaneous template classes ↵ | KUDr | |
(smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere. | |||
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵ | rubidium | |
stillunknown and pv2b. | |||
2007-01-02 | (svn r7759) -Merge: makefile rewrite. This merge features: | rubidium | |
- A proper ./configure, so everything needs to be configured only once, not for every make. - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies. - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC. - Proper support for OSX universal binaries. - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files. - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files. Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy. |