Commit Graph

54663 Commits (f8f7f436ae9429c8d219bbce44f349e84a061a5c)
 

Author SHA1 Message Date
Jonathan G Rennison f8f7f436ae Documentation: Expand installation.md
See: #503
1 year ago
Jonathan G Rennison 359fe89d2f Don't use occupancy of unload and leave empty orders for occupancy average 1 year ago
Jonathan G Rennison c0f7ab8071 Fix spelling mistake 1 year ago
Jonathan G Rennison 17e289015e Adjust string names for label orders 1 year ago
Jonathan G Rennison 339a8b14c5 Reset departure board scrolling when resizing window 1 year ago
Jonathan G Rennison bb6d45e4dc Scroll departure boards at constant speed
Even when paused or fast forwarding

See: #505
1 year ago
Jonathan G Rennison 23319fbd4a Document uses of xflags and xdata in OrderExtraInfo 1 year ago
Jonathan G Rennison 2ff513f0cd Worker thread pool: Fix worker wake CV notify condition
The worker wake CV was only notified when the job queue was empty.
Now notify if the number of queued jobs is less than the number
of waiting workers.
1 year ago
Jonathan G Rennison 06e0f39aff Add text label and departure board via orders 1 year ago
Jonathan G Rennison 3b6f7c09ad Allow changing colour of orders in order list and timetable windows 1 year ago
Jonathan G Rennison ab98af8dd2 Fix width of "extra" drop down box in timetable window 1 year ago
Jonathan G Rennison b776dcbd17 Departure boards: Fix terminus detection from via stops 1 year ago
Jonathan G Rennison c9c0436e58 Add company setting for remain at station if next order for same station
Set value on load for whether the save version had this enabled for trains
1 year ago
Jonathan G Rennison 1d05637d45 Add setting for rail depot maximum speed 1 year ago
Jonathan G Rennison e02585f68e Add railtype and signals variables for signal vertical clearance 1 year ago
Jonathan G Rennison 0370f2e3f1 Check that order is station type when comparing with last_station_visited 1 year ago
Jonathan G Rennison da97e0d170 Clear viewport map mode landscape caches when deleting/merging companies 1 year ago
Jonathan G Rennison 8ddb9462e6 Fix ValidateVehicleTileHash for aircraft and multi-part ships 1 year ago
Jonathan G Rennison d82a050365 Fix template replacement cache update crash in RemoveAllGroupsForCompany 1 year ago
Jonathan G Rennison e3e743ba1e Skip over dummy/invalid orders in destination prediction and auto-separation 1 year ago
Jonathan G Rennison 3d1b0af8f6 Merge branch 'master' into jgrpp
# Conflicts:
#	src/newgrf_debug_gui.cpp
#	src/object_cmd.cpp
#	src/object_gui.cpp
1 year ago
Peter Nelson 82c70ed3b8 Change: Expose ObjectSpec vector to simplify iteration. 1 year ago
Peter Nelson 1f46f080f0 Codechange: Store objectspecs in std::vector instead of flat array. 1 year ago
Peter Nelson 93197f58b7 Codechange: Bind objectspecs to classes once all finalised. 1 year ago
Peter Nelson 02961fd7af Codechange: Use std::vector for NewGRF class lists. 1 year ago
Jonathan G Rennison 62053779b5 Road stops: Add flag to read draw mode from register 0x100 1 year ago
Jonathan G Rennison 177a00ac12 Documentation: Adjust road stops NML CSS 1 year ago
Jonathan G Rennison 706d8f17a3 Road stops: Add bit for whether stop is being drawn in the build window 1 year ago
Jonathan G Rennison c9e62ca29b Only handle each conditional branch once in OrderList::GetNextStoppingStation 1 year ago
Jonathan G Rennison cfb0d366f3 Unix: Trigger crash log handler on receiving SIGQUIT 1 year ago
PeterN 73474b08fe
Fix: Clicking on editbox clear button didn't take account of padding. (#10583) 1 year ago
PeterN c1077212d7
Codechange: Use a shared_ptr for viewport overlay. (#10586) 1 year ago
Jonathan G Rennison b9a4cd57f8 TBTR: Refresh drag selection highlight when control key state changed 1 year ago
Jonathan G Rennison c018e58f1b TBTR: Add train tooltips (right click and hover) in template edit window 1 year ago
Jonathan G Rennison 899eaf4ef3 Do not clear train lookahead when entering a train depot 1 year ago
translators c905824248 Update: Translations from eints
chinese (traditional): 14 changes by inAndyPao
danish: 1 change by bscargo
1 year ago
Jonathan G Rennison 4127bc1344 Departure boards: Fix handling of missing travel times with conditional orders 1 year ago
Jonathan G Rennison 29c451d1a8 Script: Only log each string parameter warning message once 1 year ago
Jonathan G Rennison ce5c758f2b Clarify how the "town growth speed depends on transported cargo" setting works 1 year ago
Tyler Trahan e26d3de5fb
Doc: Add guide to releasing OpenTTD (#10563) 1 year ago
Tyler Trahan 3611082f8e
Codechange: [CodeQL] Disable CodeQL check on trivial switch statements (#10537) 1 year ago
Loïc Guilloux 9642e87bc8
Fix: [Script] Access to enum/consts defined outside of main.nut (#10573) 1 year ago
Tyler Trahan 0bf6f82305 Cleanup: Don't mix switches and early returns in widget selection 1 year ago
Tyler Trahan 066ae6f3fb Codechange: Simplify some CodeQL-flagged trivial switches 1 year ago
translators a15e584e40 Update: Translations from eints
japanese: 27 changes by fmang
chinese (simplified): 12 changes by XiaoJi-Game
1 year ago
Jonathan G Rennison c39f6abcb2 Version: Committing version data for tag: jgrpp-0.52.1 1 year ago
Jonathan G Rennison 1031955033 Console: check_caches should also log failure messages to the console 1 year ago
Jonathan G Rennison 04aedf4798 TBTR: Add template replacement index validation to CheckCaches 1 year ago
Jonathan G Rennison 279e9c7ec6 TBTR: Tidy up includes 1 year ago
Jonathan G Rennison 1ad77f8697 TBTR: Re-index recursive replacements on group topology changes 1 year ago