summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Collapse)Author
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
2008-04-24(svn r12881) -Fix (r12770): the check for missing header files could find ↵glx
more files than needed
2008-04-23(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station ↵rubidium
code.
2008-04-20(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpprubidium
2008-04-18(svn r12770) -Add: check for missing (forgotten) header files in the ↵glx
generate.vbs script.
2008-04-18(svn r12768) -Codechange: move the statusbar GUI to it's own file.rubidium
2008-04-18(svn r12764) -Add: check for missing (forgotten) header files in the ↵rubidium
generate script.
2008-04-18(svn r12763) -Fix: some headers were missing/still included in the MSVC ↵rubidium
project files.
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the ↵rubidium
place to a single location.
2008-04-16(svn r12737) -Codechange: Replace vector with a cut down class to allocate ↵peter1138
space as necessary. This avoids copying data around for vector's push_back() function.
2008-04-14(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the ↵rubidium
threading we have better extendable.
2008-04-06(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify ↵smatz
compiler's decisions about inlining
2008-03-31(svn r12501) -Codechange: split signs.h.rubidium
2008-03-31(svn r12499) -Codechange: some coding style tweaks for network_internal.h.rubidium
2008-03-28(svn r12480) -Change: enable and show asserts in crash.log for MSVC releases ↵glx
by default
2008-03-28(svn r12476) -Codechange: split type engine related types from engine.h (and ↵rubidium
openttd.h) to engine_type.h.
2008-03-28(svn r12474) -Codechange: split type related stuff from waypoints from ↵rubidium
waypoint.h (and openttd.h) to waypoint_type.h.
2008-03-28(svn r12470) -Codechange: split order related types from order.h (and ↵rubidium
openttd.h) to order_type.h.
2008-03-28(svn r12469) -Codechange: split type related stuff from group.h (and ↵rubidium
openttd.h) to group_type.h.
2008-03-28(svn r12467) -Codechange: move DepotID to a more logical location.rubidium
2008-03-28(svn r12461) -Change: add (quite) some missing headers to the MSVC project ↵rubidium
files.
2008-03-28(svn r12457) -Codechange: Move signal enums on their own header.belugas
2008-03-26(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so ↵rubidium
someone without a keyboard can enter text too. Patch by Dominik.
2008-03-23(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own ↵rubidium
little neighbourhood. Based on a patch by Dominik.
2008-03-15(svn r12375) -Fix [FS#1847]: revision detection failed to detect 64bit ↵glx
TortoiseSVN when ran from a 32bit MSVC on win64 system (Jafinto)
2008-02-28(svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on ↵frosch
steep slopes.
2008-02-26(svn r12282) -Fix (r12123): generate.vbs should not skip files in NO_THREADS ↵glx
section of source.list
2008-02-25(svn r12252) -Fix [FS#1801]: Broken FollowTrack_t related functions (thanks ↵KUDr
michi_cc). -Fixed by removing FollowTrack_t structure and all related functions. Their purpose was to allow to call track followers from C code. They were: 1. never used 2. obsoleted by switching to C++
2008-02-24(svn r12238) -Change [FS#1800]: set svn:executable property for *.vbs (michi_cc)glx
2008-02-12(svn r12123) -Add: generate.vbs script to allow project files generation for ↵glx
users unable to run generate bash script
2008-02-12(svn r12122) -Codechange: Add framework for generic feature callbacks, along ↵peter1138
with some parts for AI use.
2008-02-12(svn r12117) -Fix (r12115): strgen compilation was brokenglx
2008-02-11(svn r12116) -Fix (r12083): little typos in source.listglx
2008-02-11(svn r12115) -Codechange: move malloc/realloc error messages to separate ↵smatz
file to spare 4-8kB of binary size
2008-02-09(svn r12089) -Cleanup: re-order, yet another time, the files in msvc projectsbelugas
2008-02-07(svn r12083) -Cleanup: Adding some more files in MSVC projectsbelugas
2008-02-07(svn r12082) -Cleanup: MSVC projects do not care about the directory of the ↵belugas
file while sorting. Only the "Absolute" name matters
2008-02-07(svn r12081) -Codechange: Rename table/roadveh.h to table/roadveh_movment.hbelugas
It is more descriptive name and it will not upset the generate script anymore
2008-02-07(svn r12078) -Cleanup: Add missing headers on project filesbelugas
2008-02-07(svn r12077) -Cleanup: Remove files not used anymore from project filesbelugas