summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Collapse)Author
2008-10-25(svn r14532) -Fix (r14522): one 'M' is enough to show modified versionglx
2008-10-23(svn r14522) -Fix: apply r14519 to determineversion.vbs. Also properly set ↵glx
'modified' for hg and git (was always 1).
2008-10-19(svn r14489) -Change: let MSVC use ICU (for right-to-left text rendering) ↵rubidium
from the new openttd-useful.zip. So... MSVC users: update your openttd-useful.zip or compilation will fail.
2008-10-14(svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed ↵smatz
separator, it could be understood in a wrong way by shell
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-17(svn r14355) -Fix: latest svn revision detection from hg log always gave the ↵glx
latest relative to tip revision, not to the current working revision
2008-09-17(svn r14354) -Fix (r14253): also fix hg revision detection for MSVCglx
2008-09-13(svn r14313) -Codechange: Move functions dealing with the EngineRenew pool ↵frosch
to their own file.
2008-09-04(svn r14242) -Fix: removed some possible infinite loop in version ↵glx
determination (again).
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and ↵rubidium
fileio_func.h so not everything that includes saveload.h needs to include everything else too.
2008-08-30(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. ↵glx
This make it similar to svn and git (ie without the ':').
2008-08-24(svn r14153) -Codechange: split ini file reading/saving from settings.cpp.rubidium
2008-08-23(svn r14136) -Fix(r14135): MSVC project was not supposed to be on previous ↵belugas
commit
2008-08-23(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ↵belugas
from rail underneath it.
2008-08-22(svn r14128) -Fix: first run of determineversion.vbs in a fresh clean hg ↵glx
checkout always detected the sources as modified
2008-08-20(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui filebelugas
2008-08-20(svn r14104) -Feature: Add a window for waypoints, allowing to view all the ↵belugas
trains having the selected waypoint in their orders. Changing its name is also supported from the same new window. Gui based on work done by Satyap, on FS#2025.
2008-08-15(svn r14077) -Fix: MSVC projects re-orderingbelugas
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ↵rubidium
as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
2008-08-04(svn r13998) -Fix [FS#2004]: MSVC can't handle changed files in the prebuild ↵rubidium
event, so make the version determination a separate subproject (michi_cc).
2008-08-04(svn r13988) -Codechange: move the to IP resolving functions to a separate file.rubidium
2008-08-02(svn r13928) -Add [YAPP]: Function for getting the path reservation state of ↵rubidium
any tile. (michi_cc)
2008-08-02(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the ↵glx
right version with hg
2008-06-24(svn r13618) -Codechange: move tar-specific declarations to separate filesmatz
Removes indirect dependency on <string> and <map> for over 40 files
2008-06-19(svn r13577) -Change: group core files in source.list togetherskidd13
2008-06-19(svn r13575) -Codechange: Move small vector to core since it fits better in ↵skidd13
there -Codechange: convert smallvector from struct to class
2008-06-17(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if ↵smatz
TTD_[BIG/LITTLE]_ENDIAN is defined
2008-06-14(svn r13516) -Codechange: Move MemCpyT to a fitting core headerskidd13
-Codechange: Split the sorting code from the sortlist to an appropriate header
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and ↵smatz
crashes to simplify debugging. See readme.txt for details
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network ↵rubidium
headers so that nothing from the network directory needs to include basically all network headers.
2008-05-28(svn r13308) -Fix (r13307): projects/generate...peter1138
2008-05-27(svn r13287) -Codechange: move engine list gui code away from engine.cpp ↵peter1138
(and its headers) to engine_gui.cpp
2008-05-26(svn r13264) -Fix: yapf_settings.h was not removed from the project files.rubidium
2008-05-24(svn r13231) -Codechange: split the core console code and the console GUI.rubidium
2008-05-24(svn r13228) -Codechange: split console.h.rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so ↵rubidium
window_gui.h only needs to be included in *_gui.cpp.
2008-05-16(svn r13114) -Codechange: use InvalidateData instead of direct window access ↵rubidium
to modify the state of the statusbar from outside the statusbar.
2008-05-14(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded ↵glx
file additions by generate.vbs
2008-05-14(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list ↵glx
and project files
2008-05-08(svn r13016) -Codechange: unify the detection if rail catenary should be drawnsmatz
2008-05-08(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.rubidium
2008-05-08(svn r13007) -Fix: some files in source.list where in the wrong category.rubidium
2008-05-07(svn r12996) -Fix: debugging was not possible with MSVC 2008glx
2008-05-07(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ ↵smatz
wrapper for CBlobT
2008-05-07(svn r12989) -Codechange: move ViewportSign to viewport_type.h.rubidium
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types ↵rubidium
from openttd.h to their own headers.
2008-05-06(svn r12969) -Codechange: remove a completely pointless file.rubidium
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which ↵peter1138
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
2008-04-24(svn r12882) -Fix (r12764): the check for missing header files could find ↵glx
more files than needed