Age | Commit message (Expand) | Author |
2008-01-01 | (svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so th... | peter1138 |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it... | rubidium |
2007-12-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a s... | rubidium |
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to t... | rubidium |
2007-12-21 | (svn r11675) -Codechange: split the string types from the string functions. | rubidium |
2007-12-21 | (svn r11672) -Codechange: refactor some stuff out of gui.h. | rubidium |
2007-12-19 | (svn r11668) -Codechange: more refactoring aimed at reducing compile time and... | rubidium |
2007-12-19 | (svn r11667) -Codechange: split window.h into a header that defines some 'glo... | rubidium |
2007-12-08 | (svn r11601) -Codechange: more strict break conditions for _userstring, asser... | smatz |
2007-12-02 | (svn r11555) -Codechange: use the new members introduced in r11551. | rubidium |
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s... | skidd13 |
2007-11-09 | (svn r11396) -Fix: GCC 3.3 doesn't like 'static bool inline', should of cours... | truelight |
2007-11-04 | (svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer ... | truelight |
2007-11-04 | (svn r11374) -Codechange: Give meaning to the magical number that specifies t... | belugas |
2007-10-26 | (svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX sh... | bjarni |
2007-10-20 | (svn r11304) -Feature: Control-Clicking the Center Main View button on the ve... | belugas |
2007-09-26 | (svn r11173) -Codechange: rename some callback enums so they are more uniform. | rubidium |
2007-09-11 | (svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of t... | glx |
2007-09-09 | (svn r11067) -Codechange: also make it possible to use the advanced vehicle l... | rubidium |
2007-09-08 | (svn r11060) -Codechange: replace some magic numbers with the right enumified... | rubidium |
2007-09-05 | (svn r11049) -Codechange: unify a large part of the vehicle details window. B... | rubidium |
2007-09-01 | (svn r11031) -Codechange: reduce the amount of duplication of bit counting fu... | rubidium |
2007-08-30 | (svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl... | rubidium |
2007-08-29 | (svn r11001) -Codechange: unify the way to determine whether a vehicle is in ... | rubidium |
2007-08-29 | (svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus. | rubidium |
2007-07-27 | (svn r10704) -Codechange: provide an infrastructure to have resizable windows... | rubidium |
2007-06-26 | (svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicl... | peter1138 |
2007-06-25 | (svn r10323) -Codechange: reference company name, number and player (presiden... | peter1138 |
2007-06-24 | (svn r10314) -Codechange: Refer to vehicle names by index | peter1138 |
2007-06-21 | (svn r10258) -Codechange: as we are now using int64 all over the place, it's ... | rubidium |
2007-06-21 | (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla... | rubidium |
2007-06-21 | (svn r10246) -Fix (r10297): some forgotten money conversions and truncation i... | rubidium |
2007-06-18 | (svn r10205) -Codechange: refactor returning of cost, so it can be more easil... | rubidium |
2007-06-18 | (svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded). | rubidium |
2007-06-18 | (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. | rubidium |
2007-05-19 | (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ... | rubidium |
2007-05-18 | (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ... | rubidium |
2007-05-15 | (svn r9841) -Codechange: add a little more type strictness to the vehicle types. | rubidium |
2007-04-18 | (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab... | rubidium |
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium |
2007-04-18 | (svn r9665) -Documentation: Doxygen corrections,errors, corrections of correc... | belugas |
2007-04-04 | (svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Al... | belugas |
2007-03-21 | (svn r9388) -Codechange: variable scope and type, and standardify all CargoID... | peter1138 |
2007-03-08 | (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod... | rubidium |
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-02-24 | (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo map... | peter1138 |