rubidium
|
ea1f180a55
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +00:00 |
|
rubidium
|
ae32d158cb
|
(svn r14153) -Codechange: split ini file reading/saving from settings.cpp.
|
2008-08-24 13:50:31 +00:00 |
|
belugas
|
80ca96d469
|
(svn r14108) -Fix(r14104): Give a more consistent naming of the new gui file
|
2008-08-20 15:27:22 +00:00 |
|
belugas
|
77ee099212
|
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the 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-20 01:29:05 +00:00 |
|
belugas
|
03f260059a
|
(svn r14077) -Fix: MSVC projects re-ordering
|
2008-08-15 15:38:41 +00:00 |
|
rubidium
|
d0c1a989a4
|
(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
|
2008-08-11 22:45:11 +00:00 |
|
rubidium
|
c88cb1daa0
|
(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
|
2008-08-04 12:56:38 +00:00 |
|
rubidium
|
2bb8825538
|
(svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc)
|
2008-08-02 22:47:48 +00:00 |
|
smatz
|
fee2adb299
|
(svn r13618) -Codechange: move tar-specific declarations to separate file
Removes indirect dependency on <string> and <map> for over 40 files
|
2008-06-24 09:05:24 +00:00 |
|
skidd13
|
bf826eb06e
|
(svn r13577) -Change: group core files in source.list together
|
2008-06-19 10:40:19 +00:00 |
|
skidd13
|
2f65d35ead
|
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
|
2008-06-19 10:19:02 +00:00 |
|
smatz
|
9da745b381
|
(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined
|
2008-06-17 19:38:00 +00:00 |
|
skidd13
|
96fc91baf3
|
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
|
2008-06-14 16:23:08 +00:00 |
|
smatz
|
c7a9637834
|
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
|
2008-06-03 18:35:58 +00:00 |
|
rubidium
|
2f3b88ef9a
|
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
|
2008-05-30 18:20:26 +00:00 |
|
peter1138
|
f9fc53f98a
|
(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
|
2008-05-28 11:56:21 +00:00 |
|
peter1138
|
f7a9c4f522
|
(svn r13287) -Codechange: move engine list gui code away from engine.cpp (and its headers) to engine_gui.cpp
|
2008-05-27 12:24:23 +00:00 |
|
rubidium
|
5a0fb3ca97
|
(svn r13264) -Fix: yapf_settings.h was not removed from the project files.
|
2008-05-26 13:50:00 +00:00 |
|
rubidium
|
68bb5a08c5
|
(svn r13231) -Codechange: split the core console code and the console GUI.
|
2008-05-24 11:55:25 +00:00 |
|
rubidium
|
6c20f77330
|
(svn r13228) -Codechange: split console.h.
|
2008-05-24 10:15:06 +00:00 |
|
rubidium
|
87015f5b63
|
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
|
2008-05-17 13:01:30 +00:00 |
|
rubidium
|
7491b792e2
|
(svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar.
|
2008-05-16 07:08:04 +00:00 |
|
glx
|
044f385f9c
|
(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs
|
2008-05-14 03:34:17 +00:00 |
|
glx
|
1118e389e9
|
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
|
2008-05-14 02:52:06 +00:00 |
|
smatz
|
386a3f1d20
|
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
|
2008-05-08 16:48:29 +00:00 |
|
rubidium
|
cd3dda5c0c
|
(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.
|
2008-05-08 13:29:35 +00:00 |
|
rubidium
|
f7b6a02b1e
|
(svn r13007) -Fix: some files in source.list where in the wrong category.
|
2008-05-08 13:06:12 +00:00 |
|
smatz
|
3445b8054c
|
(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT
|
2008-05-07 18:31:29 +00:00 |
|
rubidium
|
cd7c99452f
|
(svn r12989) -Codechange: move ViewportSign to viewport_type.h.
|
2008-05-07 13:18:33 +00:00 |
|
rubidium
|
7ccda80b0b
|
(svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
|
2008-05-07 09:07:19 +00:00 |
|
rubidium
|
3b9e4f6d17
|
(svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly.
|
2008-05-06 22:50:55 +00:00 |
|
rubidium
|
fb1db90cc6
|
(svn r12969) -Codechange: remove a completely pointless file.
|
2008-05-06 14:24:33 +00:00 |
|
smatz
|
297f99e100
|
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
2008-05-04 21:53:36 +00:00 |
|
peter1138
|
a00371c8db
|
(svn r12924) -Feature: Introducing the so called 'engine pool' which 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-29 21:31:29 +00:00 |
|
rubidium
|
dce1b33196
|
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
|
2008-04-23 22:16:41 +00:00 |
|
rubidium
|
b139756e2b
|
(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp
|
2008-04-20 11:12:07 +00:00 |
|
rubidium
|
12ae3a2194
|
(svn r12802) -Fix (r12800): do not commit from the src directory when you want to commit source.list too.
|
2008-04-20 09:43:30 +00:00 |
|
rubidium
|
8c2c7c27ea
|
(svn r12768) -Codechange: move the statusbar GUI to it's own file.
|
2008-04-18 15:13:45 +00:00 |
|
rubidium
|
8fa715e43b
|
(svn r12763) -Fix: some headers were missing/still included in the MSVC project files.
|
2008-04-18 09:40:00 +00:00 |
|
rubidium
|
b1d1a4ac66
|
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
|
2008-04-17 21:21:01 +00:00 |
|
peter1138
|
7957bdde13
|
(svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function.
|
2008-04-16 19:01:09 +00:00 |
|
rubidium
|
12188e7a5d
|
(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable.
|
2008-04-14 19:54:33 +00:00 |
|
rubidium
|
9a73b698d4
|
(svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.
|
2008-04-13 19:25:14 +00:00 |
|
smatz
|
6af1fb2bdd
|
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
|
2008-04-06 23:49:45 +00:00 |
|
rubidium
|
a0895d57fa
|
(svn r12501) -Codechange: split signs.h.
|
2008-03-31 07:25:49 +00:00 |
|
rubidium
|
b1e1c13420
|
(svn r12499) -Codechange: some coding style tweaks for network_internal.h.
|
2008-03-31 07:11:18 +00:00 |
|
rubidium
|
93d59fe448
|
(svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.
|
2008-03-28 18:00:38 +00:00 |
|
rubidium
|
f4d48f0e5b
|
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
|
2008-03-28 16:41:12 +00:00 |
|
rubidium
|
4c63dd074e
|
(svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h.
|
2008-03-28 16:36:32 +00:00 |
|
rubidium
|
878489e38d
|
(svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h.
|
2008-03-28 16:34:50 +00:00 |
|