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
/
openttd.cpp
Age
Commit message (
Expand
)
Author
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get() const with std alternatives
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-16
Remove: OPF
Charles Pigott
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
2019-02-23
Add: Show performance of AI and GS in framerate window
Niels Martin Hansen
2019-02-02
Codechange: Additional type safety for saveload version variables.
Peter Nelson
2019-01-30
Fix: don't show OS error box for non GUI video drivers
glx
2019-01-17
Fix: Some code and comment typos
nikolas
2019-01-11
Change: Animate text effects by real time instead of game ticks.
Peter Nelson
2019-01-11
Change: Switch various window timers to real time instead of game ticks.
Peter Nelson
2019-01-11
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...
Peter Nelson
2019-01-10
Add #4115: default company colour setting (#6998)
Gabda87
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-11-01
Fix #6460: [AI] Add start_date parameter for Random AIs on new game
SamuXarick
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-10-27
Fix e00908f: Visual C++ 2015 compile error
Niels Martin Hansen
2018-10-11
Fix #6898: Replace atoi() with strtoul()
Miguel Horta
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-06-24
Change: Modernise music control logic implementation (#6839)
Niels Martin Hansen
2018-04-29
Remove: WinCE support
Patric Stout
2018-04-29
Remove: PSP support
Patric Stout
2018-04-21
Cleanup: Use new filename for README file. (#6738)
Ricardo N Feliciano
2017-01-14
(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a...
frosch
2016-09-04
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...
alberth
2016-09-04
(svn r27651) -Codechange: Introduce methods for setting the name and title of...
alberth
2016-09-04
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...
alberth
2016-09-04
(svn r27647) -Codechange: Introduce file operations, and use it to replace mo...
alberth
2016-09-04
(svn r27640) -Codechange: Remove another use of _saveload_mode in the loading...
alberth
2016-09-04
(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType fun...
alberth
2014-09-16
(svn r26828) -Fix: memory leak when passing -c multiple times
rubidium
2014-08-13
(svn r26729) -Feature: Warn about missing industries after generating a map.
alberth
2014-04-28
(svn r26538) -Codechange: remove double accounting of the drivers
rubidium
2014-04-27
(svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video ...
frosch
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-02-23
(svn r26371) -Fix [FS#5831]: Calling DoCommandP during the gameloop cleared p...
frosch
2014-02-23
(svn r26369) -Fix-ish: Do not run scripts during command replay.
frosch
2014-02-09
(svn r26326) -Fix [FS#5871]: when autosaving the message about a save already...
rubidium
2014-02-07
(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity whe...
frosch
2014-01-02
(svn r26209) -Codechange: remove some template magic and simplify some code
rubidium
2014-01-02
(svn r26205) -Feature: SSE 4.1 sprite sorter, improving the sorting performan...
rubidium
2013-12-23
(svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray
frosch
[next]