Age | Commit message (Expand) | Author |
2010-12-05 | (svn r21411) -Codechange: limit group name by amount of characters, not bytes | rubidium |
2010-09-08 | (svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers | rubidium |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-19 | (svn r20572) -Codechange: free/reserve some bits in the wagon move command to... | rubidium |
2010-08-18 | (svn r20539) -Codechange: make order backups more self-contained. | rubidium |
2010-04-17 | (svn r19654) -Codechange: Use Extract<> in more places. | frosch |
2010-03-14 | (svn r19424) -Codechange: Call command procs only via DoCommand(). | frosch |
2009-12-13 | (svn r18494) -Fix (r18474): crash when moving non-engine to new free wagon ch... | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-18 | (svn r17567) -Fix: some doxygen warnings | rubidium |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
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 r16813) -Codechange: make IsEngineCountable() member of Vehicle | smatz |
2009-07-01 | (svn r16718) -Codechange: make IsFreeWagon() member of Train | smatz |
2009-07-01 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | smatz |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-05-21 | (svn r16373) -Codechange: use () instead of (void) for functions without para... | smatz |
2009-05-18 | (svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV... | smatz |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
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-10 | (svn r14958) -Codechange [FS#1923]: when checking for unique names, compare o... | smatz |
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-11-29 | (svn r14643) -Fix: Invalidate autoreplace window when toggling 'replace prote... | frosch |
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-15 | (svn r14334) -Feature: ability to reset name to default/automatic value (for ... | smatz |
2008-08-17 | (svn r14096) -Codechange: merge the shared order's vehicle list management to... | rubidium |
2008-08-13 | (svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in th... | rubidium |
2008-07-23 | (svn r13807) -Fix: memory leak when loading groups. | rubidium |
2008-04-29 | (svn r12924) -Feature: Introducing the so called 'engine pool' which primaril... | peter1138 |
2008-04-24 | (svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl... | smatz |
2008-04-23 | (svn r12855) -Codechange: do not use autoptr's for testing whether certain ob... | rubidium |
2008-04-14 | (svn r12713) -Fix: misleading comment. Patch by Yexo. | rubidium |
2008-04-06 | (svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co... | smatz |
2008-03-30 | (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. | rubidium |
2008-02-27 | (svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add ... | glx |
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-12 | (svn r11817) -Codechange: Base vehicle group validity on owner, not name. | peter1138 |
2008-01-09 | (svn r11801) -Codechange: remove some unneeded includes from some header files. | rubidium |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2008-01-07 | (svn r11775) -Codechange: move all autoreplace/autorenew functions to a singl... | rubidium |
2008-01-01 | (svn r11743) -Fix [FS#1614]: group names got not deallocated in the command t... | rubidium |