Commit Graph

11053 Commits (168277abdb1ec4e07b8251b14cb3ca6368fc7ab4)
 

Author SHA1 Message Date
Maikel de Vries 168277abdb moving brick: fix movement graph saving
Did not test all corner cases but this improves the situation for sure.
2018-03-15 15:41:25 +01:00
Maikel de Vries a7e1f59369 flame: option to make eternal for editor mode 2018-03-15 15:41:17 +01:00
Maikel de Vries 90ea896814 correctly update active fire effect when NoBurnDecay changes 2018-03-15 15:41:08 +01:00
Maikel de Vries 7c0ae67289 do not show compensator burning battery in editor creation list 2018-03-15 15:40:58 +01:00
Maikel de Vries 07b0f51742 remove duplicate cloud effect object
The particle had the same graphics as the real Cloud object and the script does not seem to have any uses. Also unused for more than 4 years.
2018-03-15 15:40:46 +01:00
Maikel de Vries 0aba4f88fc make time object more editor friendly 2018-03-15 15:40:35 +01:00
Maikel de Vries a935a9d4ac fix meteor graphics 2018-03-15 15:40:27 +01:00
Maikel de Vries 97f87019b7 waterfall: implement editor interface 2018-03-15 15:40:17 +01:00
Maikel de Vries a85a3201d9 hide some more objects in editor creation list
The burned object may be creatable, but must then be moved such that the libraries parent folder remains invisble in the editor.
2018-03-15 15:40:04 +01:00
Maikel de Vries e0e570e9c9 fix DefCore Version entry for stone and wooden sign 2018-03-12 16:51:16 +01:00
Maikel de Vries 68d901b61c relaunch rule: fix scoreboard updating and scenario overloading 2018-03-12 15:05:50 +01:00
Maikel de Vries 2c4676d63c update version to 8.1 2018-03-05 17:47:43 +01:00
Armin Burgmeier d952012331 Install platforms/ folder in windows installer 2018-03-05 17:42:17 +01:00
Maikel de Vries 0f67b7bb70 treasure hunt: fix wrong dialogue translation of Dagobert to Scrooge 2018-03-05 17:37:08 +01:00
Maikel de Vries 2a59351edd add wooden sign object
Graphics made by Foaly.
2018-03-05 17:37:08 +01:00
Maikel de Vries 0c0c5df94d signpost and stone sign: clean up scripts and lessen code duplication 2018-03-05 17:37:08 +01:00
Maikel de Vries 84063e1917 c4script: some fixes for style guidelines and typos 2018-03-05 17:37:08 +01:00
Maikel de Vries b88e72c67a add stone sign object
Graphics made by Foaly.
2018-03-05 17:37:08 +01:00
Maikel de Vries 459b081033 fix guide post pictures and interaction icons 2018-03-05 17:37:08 +01:00
Maikel de Vries 44b377d637 prevent floor switch from making object stuck while moving 2018-03-05 17:37:08 +01:00
Maikel de Vries 2c43ac6bac item spawn: prevent pickung up two carry heavy objects 2018-03-05 17:37:08 +01:00
Maikel de Vries c2ac2bda42 item spawn: instantly pick carry heavy items 2018-03-05 17:37:07 +01:00
Nicolas Hake 0e45bb8ee9 Enable SSE2 for BLAKE2 library 2018-03-05 17:37:07 +01:00
Maikel de Vries 66f52a4097 keypad: save code hashed, so that they can't be read off in editor mode 2018-03-05 17:37:07 +01:00
Nicolas Hake 3e0ed99c83 Add BLAKE2 library and expose its a CS hash algorithm to script
The crypto "library" only consists of a single function at the
moment because that's all that users have asked for so far. It is
also highly experimental. We will make an attempt to keep the public
interface (i.e. the interface provided by Library_Crypto.c) stable,
but it might still change if necessary. The internal interface
(provided via the global _Crypto proplist) is not for public
consumption and will probably change at some point.
2018-03-05 17:37:07 +01:00
Nicolas Hake 49a1b5aaf7 Make cross-compiling work with GCC 6+
GCC6 doesn't like getting some of its default include search paths
passed with the -isystem flag, and the devs seem unlikely to change
whatever they did back to before they broke it. Work around CMake
not dealing with it well either by figuring out the paths at
configure time and telling CMake about them so it can avoid adding
them superfluously.
2018-03-05 17:37:07 +01:00
Maikel de Vries 0eeaf99266 fix dialogue image size for use as icon 2018-03-05 17:37:07 +01:00
Lukas Werling 03d05ff98f Add EvaluateOnAbort scenario flag for Tower of Despair
In Tower of Despair, the scenario saves per-room progress in the
player files. Players win individual rooms, but never the whole
scenario. Consequently, they currently have to give up to make sure
they don't lose their progress. This is not intuitive at all. With the
new flag enabled, players will be saved even if the scenario is aborted.
2018-03-05 17:37:07 +01:00
Maikel de Vries fabe8302eb add stalactites to hot ice as decoration (#1564) 2018-03-05 17:37:07 +01:00
Maikel de Vries 0f48bb2a86 stalactite: fix raindrop, allow placing in sky, fix stalagmite, clean up 2018-03-05 17:37:07 +01:00
Maikel de Vries 64c08e1510 add star icon 2018-03-05 17:37:07 +01:00
Lukas Werling 32df251d2e Fix editor keyboard input on FreeBSD (hopefully)
Assuming keyboard scancodes on FreeBSD are the same as on Linux.
2018-02-18 22:37:52 +01:00
Lukas Werling 2159895280 Fix IPv4 address serialization on FreeBSD (hopefully) 2018-02-18 22:37:52 +01:00
Lukas Werling 846ba60d46 Editor join: Serialize reference as INI
On FreeBSD, the binary serialization doesn't work for IPv4 addresses,
and we never serialize game references as binary anywhere else.
2018-02-18 22:37:52 +01:00
Lukas Werling e10d4b3bf5 Launch editor via argv[0] on Unix systems without /proc/self/exe (#1999) 2018-02-18 22:37:52 +01:00
Lukas Werling a091874546 Autodetect "/proc/self/exe"-equivalent on FreeBSD (#1999) 2018-02-18 22:37:52 +01:00
Lukas Werling cd1f540b1e Disable -Wformat-security in parts of C4AulCompiler (#1992, GH-64) 2018-02-18 22:37:52 +01:00
Kevin Zheng d57e0e08d2 Fix networking on FreeBSD (#1998) 2018-02-18 22:37:52 +01:00
Lukas Werling 1f20add428 Credits: Fix Kevin Zheng's name 2018-02-18 22:37:52 +01:00
Maikel de Vries 9af9e5d98f docs: removed obsolote Components entry and add IsEditor function 2018-02-15 13:04:22 +01:00
Maikel de Vries 39d55a6c3f floor switch: improve object detection and save switch mass 2018-02-15 13:04:12 +01:00
Lukas Werling ff44b26d4c Enable -Wformat-security for gcc and fix one warning (GH-64)
Fedora has -Werror=format-security enabled per default, so enabling and
fixing these warnings is a good idea.
2018-02-15 13:03:57 +01:00
Maikel de Vries 721d808df3 molten monarch: fix fire particles and fade out gravestones (#1560) 2018-02-15 13:02:05 +01:00
Maikel de Vries 22cd0d03d6 flammable library: burned object copies motion from inflamed object 2018-02-15 13:01:56 +01:00
Maikel de Vries c46b66002c fix some more structure vertices, also for asymmetric ones when flipped (#1979) 2018-02-15 13:01:42 +01:00
Lukas Werling 85d9c2c410 Set C4VERSIONEXTRA to FALSE 2018-02-04 16:39:08 +01:00
Lukas Werling 8f863d8905 Maze/Sandbox: Fix SprayCan include path 2018-02-04 16:37:47 +01:00
Lukas Werling 7a0c323099 Add KKenny to Credits for Miami Ice 2018-02-04 16:27:49 +01:00
Lukas Werling be31964c2e Fix Mac build error 2018-02-04 16:20:38 +01:00
Lukas Werling ce9245c55c Fix warnings in DirectExec crashing (#1990) 2018-02-04 12:35:33 +01:00