index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc
Age
Commit message (
Expand
)
Author
2008-08-20
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
belugas
2008-08-02
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are...
rubidium
2008-06-19
(svn r13575) -Codechange: Move small vector to core since it fits better in t...
skidd13
2008-06-19
(svn r13574) -Doc: Document the small vector template class
skidd13
2008-06-14
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
skidd13
2008-05-30
(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they ...
rubidium
2008-05-25
(svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simp...
peter1138
2008-05-24
(svn r13227) -Codechange: Apply code style
peter1138
2008-05-08
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
smatz
2008-05-07
(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wra...
smatz
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-23
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station c...
rubidium
2008-04-16
(svn r12740) -Codechange: use a vector instead of allocating memory in a byte...
rubidium
2008-04-16
(svn r12739) -Codechange: use a vector instead of allocating memory in a byte...
rubidium
2008-04-16
(svn r12737) -Codechange: Replace vector with a cut down class to allocate sp...
peter1138
2008-01-18
(svn r11914) -Documentation: fix some @file statement
glx
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-12-23
(svn r11684) -Codechange: split gfx.h in a type and functional header.
rubidium
2007-12-18
(svn r11661) -Codechange: some header reworks in order to try to reduce the c...
rubidium
2007-12-08
(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (...
rubidium
2007-08-03
(svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or an...
truelight
2007-07-21
(svn r10647) -Fix: AutoPtrT::operator =() didn't delete old object
KUDr
2007-07-21
(svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach()
KUDr
2007-07-21
(svn r10645) -Fix (r10644): file contents seems to be 3x there
KUDr
2007-07-20
(svn r10644) -Merge (from NoAI): framework for reference counted objects (poi...
rubidium
2007-07-14
(svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about wch...
rubidium
2007-07-04
(svn r10427) -Fix: snprintf behaves differently in gcc than in VC causing unr...
KUDr
2007-06-30
(svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison w...
KUDr
2007-06-29
(svn r10392) -Add [YAPF]: added structured dump support into some essential Y...
KUDr
2007-06-29
(svn r10391) -Add: debug support - structured dump of variables/classes/struc...
KUDr
2007-06-29
(svn r10390) -Fix: constness
KUDr
2007-06-29
(svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitiv...
KUDr
2007-06-29
(svn r10388) -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA
KUDr
2007-04-17
(svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
2007-03-28
(svn r9520) -Codechange: Add the notion of Industry behaviour. It means what...
belugas
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-01-26
(svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.
KUDr
2007-01-13
(svn r8092) -Codechange: header files with miscellaneous template classes (sm...
KUDr