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
2020-05-21
Codechange: Store info about the dedicated server log file in globals with au...
Michael Lutz
2020-05-21
Codechange: Use std::string in the driver and blitter selection code.
Michael Lutz
2020-05-21
Codechange: Store base set related texts in std::strings.
Michael Lutz
2020-05-12
Add: stations_near and industries_near cache check (#8139)
glx22
2020-05-07
Add: docking tiles cache check (#8120)
glx22
2019-12-26
Fix: Reference correct section in README file for baseset info
Niels Martin Hansen
2019-12-21
Codechange: Replace FOR_ALL_TOWNS with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_ROADSTOPS with range-based for loops
glx
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
2019-04-24
Change: Zoom title game by UI zoom level
Niels Martin Hansen
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
[next]