Age | Commit message (Expand) | Author |
2008-08-31 | (svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h... | rubidium |
2008-08-13 | (svn r14063) -Codechange: replace some "magic" constants with enumified const... | rubidium |
2008-08-11 | (svn r14047) -Codechange: move chatmessage handling to the network directory ... | rubidium |
2008-08-04 | (svn r13988) -Codechange: move the to IP resolving functions to a separate file. | rubidium |
2008-07-18 | (svn r13731) -Codechange: make a pool of the array of players. | rubidium |
2008-07-17 | (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit... | rubidium |
2008-07-17 | (svn r13712) -Fix: enforce the length restrictions of company and president n... | rubidium |
2008-07-08 | (svn r13682) -Codechange: -Codechange: remove a now useless variable(dih). | belugas |
2008-06-09 | (svn r13433) -Codechange: remove a now useless global variable. | rubidium |
2008-06-03 | (svn r13369) -Codechange: remove duplication of network configuration setting... | rubidium |
2008-05-30 | (svn r13344) -Codechange: remove some code duplication. | rubidium |
2008-05-30 | (svn r13343) -Codechange: reorder/move variable/functions in the network head... | rubidium |
2008-05-29 | (svn r13334) -Codechange: move the network settings variables from network/ne... | rubidium |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-25 | (svn r13255) -Codechange: move _opt to _settings. | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | 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-07 | (svn r12986) -Codechange: move the landscape and transport related types from... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-05-04 | (svn r12944) -Codechange: use rev.h instead of externs at many places | smatz |
2008-04-18 | (svn r12765) -Codechange: move some stuff out of variables.h that required in... | rubidium |
2008-04-18 | (svn r12761) -Codechange: lots of minor whitespace coding style fixes around ... | rubidium |
2008-01-29 | (svn r12017) -Fix: when you have more than 9 network interfaces you'll enter ... | rubidium |
2008-01-29 | (svn r12004) -Codechange: refactor the random functions to reduce code duplic... | rubidium |
2008-01-13 | (svn r11840) -Codechange: split network.h so not everything in there needs to... | rubidium |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-13 | (svn r11829) -Feature: allow reloading openttd.cfg when starting a new game o... | 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-11 | (svn r11811) -Fix: make compilation without networking work again (and thus m... | rubidium |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2008-01-05 | (svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken | glx |
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 r11695) -Codechange: Converted the md5 algorithm to OOP | skidd13 |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | 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-12-06 | (svn r11584) -Change: add some extra checking in the hope to find the cause o... | rubidium |
2007-09-12 | (svn r11089) -Codechange: add revision detection to MSVC. | rubidium |
2007-08-19 | (svn r10932) -Codechange: replace "text" with "chat" for the chat related fun... | rubidium |
2007-07-10 | (svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the a... | rubidium |
2007-07-07 | (svn r10462) -Add: a command dumper/loader that could be enabled compile-time... | rubidium |
2007-04-25 | (svn r9716) -Add: server_lang in [network] section of openttd.cfg, so dedicat... | glx |
2007-03-20 | (svn r9378) -Fix [FS#688] (r9038): cancel in password queries reduces amount ... | rubidium |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-03-05 | (svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist. | celestar |
2007-03-01 | (svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 char... | rubidium |