Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-24 | (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them ↵ | skidd13 | |
fitting to the naming style | |||
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming ↵ | skidd13 | |
style | |||
2007-11-11 | (svn r11407) -Fix: do not allow building of tram-tracks when they are not ↵ | truelight | |
available (SmatZ) | |||
2007-10-15 | (svn r11269) -Feature: user customisable faces. Patch by BigBB. | rubidium | |
2007-08-31 | (svn r11023) -Fix [FS#1150]: Switching players (using the cheat) crashed on ↵ | rubidium | |
Big Endian machines. | |||
2007-07-24 | (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> ↵ | rubidium | |
type *var. | |||
2007-07-24 | (svn r10672) -Codechange: typify some parameters/variables. | rubidium | |
2007-06-21 | (svn r10246) -Fix (r10297): some forgotten money conversions and truncation ↵ | rubidium | |
issues. Thanks to benc for providing the patch. | |||
2007-06-18 | (svn r10210) -Codechange: make all money related variables 64 bits, so ↵ | rubidium | |
overflowing them should become a little harder. | |||
2007-06-18 | (svn r10208) -Codechange: replace int32 with Money where appropriate. | rubidium | |
2007-06-18 | (svn r10207) -Codechange: remove the redundant player_money in favour of the ↵ | rubidium | |
money64, which is now renamed to player_money. | |||
2007-06-18 | (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. | rubidium | |
2007-06-14 | (svn r10158) -Codechange: port some changes from NoAI and FS#872 to make the ↵ | rubidium | |
loan commands a little better readable. | |||
2007-05-25 | (svn r9917) -Codechange: prepare some more areas for more road types. | rubidium | |
2007-05-19 | (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ↵ | rubidium | |
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. | |||
2007-03-21 | (svn r9391) -Documentation : correct Doxygen of comments and @file ↵ | belugas | |
inclusion. Time for P and Q files | |||
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium | |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium | |
2007-03-02 | (svn r8969) -Codechange: rework of the player face bits. | rubidium | |
- introduce a new format (with backward compatability) that is more clear and needs a much simpler face drawer - replace tons of ifs/switches/magic numbers by table lookups | |||
2007-01-21 | (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and ↵ | maedhros | |
include that instead of using externs. Also move DrawPlayerIcon from graph_gui.cpp to players.cpp. | |||
2007-01-18 | (svn r8272) -Fix (r8038): signed/unsigned change - PlayerID is now enum ↵ | KUDr | |
(signed) and was byte so test for PlayerID validity needed to be updated (Darkvater) | |||
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. |