Age | Commit message (Expand) | Author |
2010-07-19 | (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi... | rubidium |
2010-07-19 | (svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_e... | rubidium |
2010-03-15 | (svn r19426) -Fix: compilation with AIs disabled | rubidium |
2010-03-11 | (svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing ... | rubidium |
2009-12-22 | (svn r18608) -Change: add the concept of music sets | rubidium |
2009-11-28 | (svn r18330) -Cleanup: remove some unneeded includes | rubidium |
2009-11-21 | (svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the v... | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-06 | (svn r17433) -Codechange: Store cumulated inflation in savegame and compute a... | frosch |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-09 | (svn r17139) -Change: add the concept of sound sets | rubidium |
2009-08-06 | (svn r17097) -Fix [FS#3092] (r13256): make restart command work again and mak... | rubidium |
2009-08-06 | (svn r17084) -Codechange: _age_cargo_skip_counter is common to all vehicle types | smatz |
2009-07-22 | (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a... | rubidium |
2009-07-16 | (svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid... | smatz |
2009-07-16 | (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() | smatz |
2009-07-01 | (svn r16714) -Codechange: use pool-like accessors for Subsidy | smatz |
2009-06-23 | (svn r16640) -Codechange: move roadstop stuff to separate files | smatz |
2009-05-06 | (svn r16242) -Codechange: rework pausing | rubidium |
2009-04-19 | (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-23 | (svn r15246) -Fix [FS#2577]: close all windows *before* starting a new game/l... | rubidium |
2009-01-19 | (svn r15151) -Fix: tile 0 can now be highlighted as error tile | Yexo |
2009-01-12 | (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ... | truebrain |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-13 | (svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to... | frosch |
2008-08-11 | (svn r14047) -Codechange: move chatmessage handling to the network directory ... | rubidium |
2008-07-18 | (svn r13731) -Codechange: make a pool of the array of players. | rubidium |
2008-06-03 | (svn r13375) -Add: logging of actions that could possibly cause desyncs and c... | smatz |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-29 | (svn r13320) -Codechange: move some enums from openttd.h to more logical loca... | rubidium |
2008-05-26 | (svn r13256) -Codechange: merge the OPTS and PATS chuncks. | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-17 | (svn r13146) -Codechange: vehicle_base.h doesn't need to be included in vehic... | rubidium |
2008-05-10 | (svn r13037) -Codechange: make a class of the ReplaceVehicle window. | rubidium |
2008-05-07 | (svn r12987) -Codechange: split viewport and tile selection. | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-05-04 | (svn r12946) -Fix: do not allocate the OldNames table when creating a new gam... | rubidium |
2008-04-20 | (svn r12800) -Codechange: move the animated tile related functions out of tex... | rubidium |
2008-04-19 | (svn r12782) -Codechange: remove some functions from functions.h and do not s... | rubidium |
2008-04-18 | (svn r12767) -Codechange: merge all main toolbar related functions into a sin... | rubidium |
2008-04-18 | (svn r12765) -Codechange: move some stuff out of variables.h that required in... | rubidium |
2008-04-17 | (svn r12757) -Codechange: move all cheat related stuff from all over the plac... | rubidium |
2008-04-13 | (svn r12695) -Codechange: only allocate window structs when needed. Based on ... | rubidium |
2008-04-04 | (svn r12565) -Cleanup: variable scope in misc\*.cpp | smatz |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-03-28 | (svn r12459) -Codechange: split news.h into news_type.h and news_func.h. | rubidium |
2008-01-29 | (svn r12004) -Codechange: refactor the random functions to reduce code duplic... | rubidium |
2008-01-22 | (svn r11943) -Codechange: add and use a simple structure to support small sta... | rubidium |