Age | Commit message (Expand) | Author |
2010-03-24 | (svn r19514) -Codechange: Allow console hooks to deny existance of commands. | frosch |
2010-03-24 | (svn r19512) -Fix (r19511): using the 'alias' console command it's possible t... | yexo |
2010-03-24 | (svn r19511) -Codechange: use a template for IConsoleAddSorted | yexo |
2010-02-25 | (svn r19252) -Fix [FS#3639]: writing (console) output to a file failed on Win... | rubidium |
2010-02-10 | (svn r19093) -Codechange: do not prefix console debug output with 'condbg', [... | smatz |
2010-02-10 | (svn r19085) -Codechange: simplify hooking of console commands | smatz |
2010-02-10 | (svn r19083) -Cleanup: remove support for modifying variables from console | smatz |
2010-02-10 | (svn r19082) -Codechange: make 'developer' a regular setting | smatz |
2010-02-10 | (svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_dev... | smatz |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium |
2009-10-04 | (svn r17701) -Codechange: don't start line with a space if it's not inside co... | smatz |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-09 | (svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, no... | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-05-10 | (svn r16269) -Codechange: use gcc's ability to check parameters sent to print... | smatz |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2009-03-06 | (svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. | rubidium |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2008-12-22 | (svn r14709) -Codechange: make a clearer distinction between 'unique' client ... | rubidium |
2008-10-02 | (svn r14431) -Fix (r14414): alias parameter "evaluation" would remove the las... | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-29 | (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn... | rubidium |
2008-05-30 | (svn r13343) -Codechange: reorder/move variable/functions in the network head... | rubidium |
2008-05-29 | (svn r13333) -Fix: compilance without networking enabled. | rubidium |
2008-05-24 | (svn r13231) -Codechange: split the core console code and the console GUI. | rubidium |
2008-05-24 | (svn r13229) -Codechange: replace some global variables that are only initial... | rubidium |
2008-05-24 | (svn r13228) -Codechange: split console.h. | rubidium |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-17 | (svn r13151) -Codechange: use an enum instead of bool as return type of OnKey... | rubidium |
2008-05-17 | (svn r13136) -Codechange: make a window class of the console window. | rubidium |
2008-05-08 | (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ... | rubidium |
2008-05-06 | (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-05-05 | (svn r12960) -Codechange: handle return values of (some) file system related ... | rubidium |
2008-05-04 | (svn r12944) -Codechange: use rev.h instead of externs at many places | smatz |
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 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-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | 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-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-06 | (svn r11579) -Revert(r11578): some cases of key propagation are not handled c... | belugas |
2007-12-06 | (svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY whi... | belugas |