Age | Commit message (Expand) | Author |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-07-13 | (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and Updat... | rubidium |
2009-07-08 | (svn r16764) -Codechange: unify the way viewport signs are marked dirty | rubidium |
2009-07-07 | (svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function ... | rubidium |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-03-14 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | rubidium |
2009-03-13 | (svn r15704) -Cleanup: remove further includes from recently split files | smatz |
2009-03-13 | (svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp. | rubidium |
2009-02-09 | (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
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-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-16 | (svn r14345) -Fix: delete the RenameSignWindow when 'its' sign is deleted | smatz |
2008-08-20 | (svn r14114) -Fix [FS#2242]: Sign list was not properly updated on removal of... | frosch |
2008-08-13 | (svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in th... | rubidium |
2008-07-29 | (svn r13866) -Codechange: Use sortlist for sign windows | peter1138 |
2008-05-27 | (svn r13298) -Codechange: remove unused _total_signs | smatz |
2008-05-08 | (svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp. | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-23 | (svn r12855) -Codechange: do not use autoptr's for testing whether certain ob... | rubidium |
2008-04-06 | (svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co... | smatz |
2008-03-31 | (svn r12501) -Codechange: split signs.h. | rubidium |
2008-01-13 | (svn r11832) -Codechange: get rid of (quite) some VARDEFs. | 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 r11788) -Fix (11787): makedepend doesn't mark delete files as changed... | rubidium |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | 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-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-09-09 | (svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys... | rubidium |
2007-08-31 | (svn r11026) -Fix: the name of a sign could sometimes be NULL causing crashes. | rubidium |
2007-08-05 | (svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea... | rubidium |
2007-08-02 | (svn r10753) -Codechange: make the sign struct use the pool item class as sup... | rubidium |
2007-07-20 | (svn r10643) -Merge (from NoAI): properly counting the amount of signs instea... | rubidium |
2007-07-16 | (svn r10587) -Codechange: move the string/dparam related stuff from variables... | rubidium |
2007-06-25 | (svn r10321) -Codechange: refer to sign text by index | peter1138 |
2007-06-18 | (svn r10205) -Codechange: refactor returning of cost, so it can be more easil... | rubidium |
2007-06-18 | (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. | rubidium |
2007-05-26 | (svn r9932) -Fix: can't assume a zoom-level with MarkAllViewportsDirty, causi... | truelight |