Jonathan G Rennison
|
d1a287d73c
|
Merge branch 'save_ext' into jgrpp
|
2017-04-11 18:42:11 +01:00 |
|
Jonathan G Rennison
|
cb9ffe1bd9
|
Move std::string str_validate to separate header
This is to fix compilation of squirrel on MacOS/clang, as squirrel
defines macros which clash with including <string>
|
2017-04-11 18:39:27 +01:00 |
|
Jonathan G Rennison
|
8317eac918
|
Merge branch 'save_ext' into jgrpp
# Conflicts:
# src/lang/german.txt
# src/lang/korean.txt
# src/lang/traditional_chinese.txt
# src/window.cpp
|
2017-04-01 01:14:28 +01:00 |
|
Jonathan G Rennison
|
dd0666c5f4
|
Add support for save/loading std::strings.
|
2017-03-29 19:41:06 +01:00 |
|
Jonathan G Rennison
|
b3fd11efd2
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/blitter/32bpp_anim.cpp
# src/blitter/32bpp_anim.hpp
# src/blitter/32bpp_anim_sse4.cpp
|
2017-03-19 12:27:24 +00:00 |
|
Jonathan G Rennison
|
fae4ac1a5d
|
Merge branch 'master' into save_ext
# Conflicts:
# src/saveload/company_sl.cpp
# src/saveload/saveload.cpp
|
2017-03-19 12:12:52 +00:00 |
|
peter1138
|
ff26c6393e
|
(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to fail. Add check for error status.
|
2017-03-13 22:16:44 +00:00 |
|
peter1138
|
57745b1c74
|
(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to fail. Add check for error status.
|
2017-03-13 22:16:44 +00:00 |
|
Jonathan G Rennison
|
ac69b746ab
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/gfxinit.cpp
# src/saveload/saveload.cpp
|
2017-03-12 20:37:26 +00:00 |
|
frosch
|
ca3aaf8f6d
|
(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish 1.7 savegames from 1.6 savegames.
|
2017-03-11 20:37:32 +00:00 |
|
frosch
|
d3de080883
|
(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish 1.7 savegames from 1.6 savegames.
|
2017-03-11 20:37:32 +00:00 |
|
Jonathan G Rennison
|
75410ddae4
|
Chunnel: Save/load changes
|
2017-03-04 12:39:32 +00:00 |
|
HackaLittleBit
|
f173b74e81
|
Chunnel patch 28398: Codechange: Save Tunnel Pool.
https://www.tt-forums.net/viewtopic.php?p=1183416#p1183416
|
2017-03-04 11:53:48 +00:00 |
|
Jonathan G Rennison
|
5c7f36ef4b
|
Merge branch 'enhanced_viewport_overlay' into jgrpp
Further fixes for viewport lines/marker for multiplayer clients.
# Conflicts:
# src/lang/russian.txt
|
2016-12-26 15:38:56 +00:00 |
|
Jonathan G Rennison
|
0d1e08ed75
|
Merge branch 'save_ext' into enhanced_viewport_overlay
# Conflicts:
# src/clear_cmd.cpp
|
2016-12-26 15:35:01 +00:00 |
|
Jonathan G Rennison
|
56f173e15e
|
Merge branch 'master' into save_ext
|
2016-12-26 15:26:08 +00:00 |
|
frosch
|
4342798ff5
|
(svn r27709) -Fix-ish: Silence some warnings. (adf88)
|
2016-12-25 13:26:15 +00:00 |
|
frosch
|
d8a316d7c5
|
(svn r27709) -Fix-ish: Silence some warnings. (adf88)
|
2016-12-25 13:26:15 +00:00 |
|
Jonathan G Rennison
|
dbd99707b6
|
Merge branch 'master' into save_ext
|
2016-11-11 18:27:24 +00:00 |
|
frosch
|
31f046bd9b
|
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR)
|
2016-10-30 17:29:33 +00:00 |
|
frosch
|
3f75b8bca2
|
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR)
|
2016-10-30 17:29:33 +00:00 |
|
Jonathan G Rennison
|
8e6569c11f
|
Include tick skip counter in all desync debug output.
Change message format to make field identification easier.
Update desync message reader to support tick skip counter.
|
2016-10-10 19:02:05 +01:00 |
|
Jonathan G Rennison
|
f82feb160f
|
Merge branch 'signal_tunnels_bridges' into jgrpp
# Conflicts:
# projects/openttd_vs100.vcxproj
# projects/openttd_vs100.vcxproj.filters
# projects/openttd_vs140.vcxproj
# projects/openttd_vs140.vcxproj.filters
# projects/openttd_vs80.vcproj
# projects/openttd_vs90.vcproj
# source.list
# src/misc.cpp
# src/openttd.cpp
# src/pbs.cpp
# src/saveload/extended_ver_sl.cpp
# src/saveload/saveload.cpp
# src/signal.cpp
# src/train_cmd.cpp
# src/tunnelbridge_map.h
|
2016-09-18 20:07:48 +01:00 |
|
Jonathan G Rennison
|
556594f2f0
|
Extend bridge signal simulation to support an unlimited no. of signals.
This is instead of the previous limit of 16, all stored in M2.
|
2016-09-18 20:06:59 +01:00 |
|
Jonathan G Rennison
|
ae8e19cf9a
|
Merge branch 'save_ext' into jgrpp
|
2016-09-13 22:57:08 +01:00 |
|
Jonathan G Rennison
|
94d3700f79
|
SaveLoad: Add support for saving/loading from a std::vector<T *>
|
2016-09-13 22:56:16 +01:00 |
|
Jonathan G Rennison
|
c752da3a9e
|
SaveLoad: Add support for saving/loading from a std::deque<T *>
|
2016-09-13 22:56:16 +01:00 |
|
Jonathan G Rennison
|
c20cf31514
|
Merge branch 'cpp-11' into enhanced_viewport_overlay
# Conflicts:
# src/rail_gui.cpp
# src/saveload/saveload.cpp
# src/smallmap_gui.cpp
|
2016-09-10 00:57:05 +01:00 |
|
Jonathan G Rennison
|
5e67582a64
|
Merge branch 'save_ext' into jgrpp
# Conflicts:
# config.lib
# src/saveload/extended_ver_sl.cpp
# src/saveload/saveload.cpp
|
2016-09-07 22:02:57 +01:00 |
|
cirdan
|
4a19babf9e
|
Remove unused ChunkType flag CH_AUTO_LENGTH
CH_AUTO_LENGTH is no longer used anywhere, so remove all code
that depends on it.
(cherry picked from commit 9c620d9de5d45b78f7d992d6b3897009fe988d86)
|
2016-09-07 18:47:39 +01:00 |
|
Jonathan G Rennison
|
a6e0b1ac7d
|
Merge branch 'cpp-11' into save_ext
|
2016-09-05 23:17:02 +01:00 |
|
alberth
|
0adfb1ac6f
|
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit.
|
2016-09-04 16:06:50 +00:00 |
|
alberth
|
f286ba8db2
|
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit.
|
2016-09-04 16:06:50 +00:00 |
|
alberth
|
4001f6215e
|
(svn r27652) -Fix(r27650): Use the file operation being performed to set the _sl.action variable.
|
2016-09-04 15:10:41 +00:00 |
|
alberth
|
0b8869930f
|
(svn r27652) -Fix(r27650): Use the file operation being performed to set the _sl.action variable.
|
2016-09-04 15:10:41 +00:00 |
|
alberth
|
6f201ce4a8
|
(svn r27651) -Codechange: Introduce methods for setting the name and title of _file_to_saveload.
|
2016-09-04 12:58:04 +00:00 |
|
alberth
|
e735bbebce
|
(svn r27651) -Codechange: Introduce methods for setting the name and title of _file_to_saveload.
|
2016-09-04 12:58:04 +00:00 |
|
alberth
|
597380e099
|
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType.
|
2016-09-04 12:57:43 +00:00 |
|
alberth
|
a959c0c965
|
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType.
|
2016-09-04 12:57:43 +00:00 |
|
alberth
|
df9a9f074a
|
(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType with it.
|
2016-09-04 12:57:20 +00:00 |
|
alberth
|
c3bed437ee
|
(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType with it.
|
2016-09-04 12:57:20 +00:00 |
|
alberth
|
c6ac071619
|
(svn r27639) -Codechange: Also always set the abstract FileToSaveLoad::filetype when setting a mode.
|
2016-09-04 12:47:39 +00:00 |
|
alberth
|
b6c29ae4eb
|
(svn r27639) -Codechange: Also always set the abstract FileToSaveLoad::filetype when setting a mode.
|
2016-09-04 12:47:39 +00:00 |
|
alberth
|
2fa0fdb176
|
(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType function.
|
2016-09-04 12:47:07 +00:00 |
|
alberth
|
e78627f2f1
|
(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType function.
|
2016-09-04 12:47:07 +00:00 |
|
alberth
|
9135f7130e
|
(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions.
|
2016-09-04 12:45:40 +00:00 |
|
alberth
|
a35e970ab0
|
(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definitions.
|
2016-09-04 12:45:40 +00:00 |
|
Jonathan G Rennison
|
e6c7134935
|
Merge branch 'master' into save_ext
# Conflicts:
# src/saveload/saveload.cpp
|
2016-09-02 22:21:28 +01:00 |
|
Jonathan G Rennison
|
761463d134
|
Merge branch 'template_train_replacement-sx' into jgrpp
# Conflicts:
# src/window.cpp
|
2016-08-26 00:19:11 +01:00 |
|
Jonathan G Rennison
|
1af23b7caa
|
Merge branch 'template_train_replacement' into template_train_replacement-sx
# Conflicts:
# src/saveload/saveload.cpp
|
2016-08-26 00:18:10 +01:00 |
|