Commit Graph

47019 Commits (6bcc705c7c7337859fc39b694b7fb19772e91afc)
 

Author SHA1 Message Date
Jonathan G Rennison 6bcc705c7c Merge branch 'master' into jgrpp
# Conflicts:
#	src/saveload/saveload.cpp
6 years ago
translators 59a1614ba0 Update: Translations from eints
czech: 27 changes by djst
croatian: 1 change by VoyagerOne
italian: 1 change by lorenzodv
6 years ago
Max Maton eed0da60a2 Fix #6622: Fixes empty company name in news when gamescript constructs a town 6 years ago
Samuel Cochran 1a73c39838 Add: BACKSPACE can be mapped as a hotkey 6 years ago
Jonathan G Rennison 6f9f467dbe Fix struct SpriteInfo comparator not being marked const 6 years ago
Charles Pigott ca5b68145a Fix #6839: OLD_GM_DIR midi search path got lost (#6900) 6 years ago
Jonathan G Rennison ce4e2ca3c3 Add setting to enable flipping direction of all train types in depot 6 years ago
Jonathan G Rennison ce6d6db4d5 Fix setting timetable leave early flag of current order 6 years ago
translators 94961732a3 Update: Translations from eints
basque: 4 changes by Thadah
6 years ago
translators 8137d14d33 Update: Translations from eints
russian: 1 change by Lone_Wolf
6 years ago
Niels Martin Hansen bb086f9240 Fix: Better "temp" path for decoded MPSMIDI files when source filename has no path separators 6 years ago
Niels Martin Hansen 560b01f307 Fix: Check the search paths for standard MIDI files 6 years ago
Michael Lutz 4b0b4e0643 Feature: [NewGRF] Increase size of persistent storage to 256. 6 years ago
frosch 6391d49277 Fix: Variable 0x85 had no bounds checks. 6 years ago
Jonathan G Rennison a39cfe1854 Version: Committing version data for tag: jgrpp-0.27.0 6 years ago
Jonathan G Rennison a37e30dfd0 Merge branch 'master' into jgrpp 6 years ago
Jonathan G Rennison a6596a6e34 Merge branch 'tracerestrict-sx' into jgrpp 6 years ago
Jonathan G Rennison 7877b40699 Fix missing switch-case break in tracerestrict GUI
Fixes #66
6 years ago
Jonathan G Rennison 3d60f2a4cf Merge branch 'crashlog_improvements' into jgrpp 6 years ago
Jonathan G Rennison 743432e7f0 Try to do non-main thread crash save/screenshot in main thread 6 years ago
Jonathan G Rennison 5d61b27faa Add note to crashlog if crash is in non-main thread 6 years ago
Jonathan G Rennison 79644493c9 Add method to get whether current thread is non-main 6 years ago
Jonathan G Rennison dde88887ae Add method to get name of current thread 6 years ago
Jonathan G Rennison 312595b737 Merge branch 'cpp-11' into crashlog_improvements 6 years ago
Jonathan G Rennison 6c546a2145 Add include for scope header file 6 years ago
Jonathan G Rennison 16a245ccab Merge branch 'signal_tunnels_bridges' into jgrpp 6 years ago
Jonathan G Rennison 9638d22ff7 Fix clearing wrong M2 bit in GetAndClearLastBridgeEntranceSetSignalIndex 6 years ago
Jonathan G Rennison 3e50336079 Add trace restrict train status conditional 6 years ago
Jonathan G Rennison 23cfd4709c Merge branch 'signal_tunnels_bridges' into jgrpp 6 years ago
Jonathan G Rennison a0ef4ea760 Fix incorrect signal offsets in GetAndClearLastBridgeEntranceSetSignalIndex
Fixes #65
6 years ago
Jonathan G Rennison e789a6ff86 Replace sprite cache implementation
Use malloc instead of custom allocator, to improve performance.
Change eviction mechanism to reduce performance problems.
Remove periodic compaction mechanism.
Simplify LRU mechanism.
6 years ago
Jonathan G Rennison 6242c50725 Use a std::vector for SpriteCache struct array 6 years ago
translators 703e7f8fc7 Update: Translations from eints
spanish (mexican): 1 change by Absay
6 years ago
keldorkatarn 6228a336d4 Show the most relevant information in the vehicle list window, based on what the list is sorted on.
(cherry picked from commit da2d0e14fecec35dbf805395200b12998c8cc52a)

Minor changes
6 years ago
Jonathan G Rennison d8b9e2953e Merge branch 'enhanced_viewport_overlay' into jgrpp
# Conflicts:
#	src/command.cpp
#	src/saveload/extended_ver_sl.cpp
6 years ago
Jonathan G Rennison f59535c0b7 Merge branch 'tracerestrict-sx' into jgrpp
# Conflicts:
#	src/train_cmd.cpp
6 years ago
keldorkatarn 98da7019d6 Plans: Make it possible to give plans a name.
(cherry picked from commit d9b553f130a6eda36e2eea217785f829d3d8624e)
6 years ago
Jonathan G Rennison 2f2937356b Add command parameter validation to plan commands
(cherry picked from commit 957cff34dc)
6 years ago
Jonathan G Rennison 90f89770c2 Set CMD_NO_TEST flag for plan commands
(cherry picked from commit 8709fdade3)
6 years ago
Jonathan G Rennison 60cc1a48ac Refresh trace restrict slots window as with the train list window 6 years ago
keldorkatarn acdeaa715e Tracerestrict slots: Fix a crash bug when selling a train that's in a tracerestrict slot. Again a use of an invalid iterator. We need to check FIRST if range.first and reange.second are equal. After erasing the range those iterators are invalid.
(cherry picked from commit 7aea2ced3ced5ec4201fbad9c206451aad057718)
6 years ago
Jonathan G Rennison 1c41cff322 Add GV flags and reversing distance to DumpVehicleFlags 6 years ago
Jonathan G Rennison fb3cb9c3d2 Enable NewGRF debug window for non-GRF vehicles 6 years ago
Jonathan G Rennison df92a056df Fix #6875: Depot building cost does not include foundation build cost (#6883) 6 years ago
frosch 97d6e3c90f Fix: Variable 0x85 had no bounds checks. 6 years ago
Jonathan G Rennison a36304481e Fix visual glitches rendering multi-part order lines 6 years ago
Jonathan G Rennison 6578d94e63 Add support for timetabled wait times at waypoints 6 years ago
Jonathan G Rennison 5732e4f7ff Show reversing and timetable waiting in vehicle status bar 6 years ago
Jonathan G Rennison 940314a3c7 Use std::string for CommandContainer text instead of giant static buffer
Use move semantics for CommandContainer instance where feasible
6 years ago
Jonathan G Rennison 957cff34dc Add command parameter validation to plan commands 6 years ago