Age | Commit message (Expand) | Author |
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 |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11822) -Codechange: Replaced fixed size custom name array. Names are no... | peter1138 |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-08 | (svn r11784) -Codechange: set up initial engine data in one place | peter1138 |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
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-26 | (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ... | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-23 | (svn r11684) -Codechange: split gfx.h in a type and functional header. | rubidium |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium |
2007-11-26 | (svn r11527) -Codechange: Split the bitmath functions of to their own files | skidd13 |
2007-11-21 | (svn r11488) -Codechange: Spilt the random functions out to seperate file | skidd13 |
2007-11-15 | (svn r11440) -Codechange: replace magic numbers with enumified WindowHighligh... | rubidium |
2007-09-24 | (svn r11157) -Fix: some random data was printed because printf "thought" that... | rubidium |