Commit Graph

223 Commits (master)

Author SHA1 Message Date
rexim f7715d082f Try to fix cmake build 2020-01-26 03:17:01 +07:00
rexim 71ee35bf61 Remove Grid and ActionPicker 2020-01-06 02:42:27 +07:00
rexim 2d1b76202b Introduce RingBuffer 2020-01-06 01:05:36 +07:00
rexim ff495317c3 Delete LineStream from the existance 2020-01-05 04:04:56 +07:00
honneamise 29b76f7829 Workaround if you are not running the Developer Command Prompt as user Administrator 2019-12-20 12:13:06 +01:00
rexim 0912df3b08 Delete LevelFolder 2019-12-16 01:24:10 +07:00
rexim 523337125b Merge ListSelector with LevelPicker 2019-12-16 00:52:01 +07:00
rexim 4c7f51c3ab Remove LevelMetadata as a concept 2019-12-15 03:12:33 +07:00
rexim dbec47f8b9 Make Dynarray transparent 2019-12-09 03:18:19 +07:00
rexim c57a799e27 (#1139) Get rid of the libsystem 2019-11-25 00:56:44 +07:00
Danil Kolumbet d7b8be2808 add blank credits screen 2019-11-22 00:45:11 +02:00
zhiayang 434fa8fbf4
fix noisy warnings on cmake
use QUIET option so CMake doesn't complain if we don't find SDL2
through the system means.
2019-11-18 00:23:32 +08:00
zhiayang caca6ca5a5
search for sdl2 a little better on windows
instead of only looking for it with local files, use the `find_package` cmake 
thing to look for it first (optionally). Helps when you wanna install SDL with 
pacman on MSYS2 or something.
2019-11-17 17:27:51 +08:00
Danil Kolumbet 72d14c852b fix merge conflicts 2019-11-16 22:18:18 +02:00
Danil Kolumbet b7c0b3d4b8 make file order consistent 2019-11-16 19:16:36 +02:00
rexim a25ef723f9 (#1129) Extract Cursor entity 2019-11-16 23:57:16 +07:00
rexim b276843f0f (#955) Disable C4706 warning on MSVC 2015 build 2019-11-11 01:59:55 +07:00
rexim 645637a39c (#1118) Use AppleClang id as a Unix flags branch indicator 2019-11-04 02:25:00 +07:00
rexim 0531548fed (#1118) Add debug information that prints CMAKE_C_COMPILER_ID 2019-11-04 02:05:29 +07:00
rexim 9832636e48 (#1118) Add debug log to the Unix branch to see if it works on MacOS 2019-11-04 02:03:02 +07:00
rexim 47746965ec (#1118) Treat warning as errors only on CI
Because during development it's super annoying
2019-11-04 01:01:02 +07:00
rexim 67dab60587 (#1071) Introduce Settings game state 2019-11-03 02:53:10 +07:00
rexim 2609a6d5ba (#1108) Disable 4200 warning on msvc build 2019-10-29 00:57:13 +07:00
rexim d563f40056 (#1108) Introduce Grid 2019-10-28 02:10:27 +07:00
PaprikaX33 9c27ea51d5 added symlink command 2019-10-24 10:47:01 +07:00
rexim 714487b82b (#1108) Introduce AcitonPicker 2019-10-21 02:05:33 +07:00
rexim 2f3a35c75f (#1109) Add region actions to level format 2019-10-20 02:23:02 +07:00
rexim 01266e7dc2 Remove ebisp
F
2019-10-13 01:34:36 +07:00
rexim 83295c8f08 point.h -> vec.h 2019-09-29 03:24:30 +07:00
rexim 2785486aeb Get rid of point.c 2019-09-29 03:22:25 +07:00
rexim 5f91c73eb3 (#999) Introduce trans_mat_vec and make mat3x3 header-only 2019-09-02 01:34:57 +07:00
rexim f31fad1b98 (#1010) Make extrema functions inlinable 2019-08-19 00:39:11 +07:00
rexim 64aced3053 (#1002) Introduce BackgroundLayer 2019-08-11 23:19:04 +07:00
The-Renaissance ff2b2171c5 (#875) MinGW build support 2019-08-10 22:54:33 -04:00
rexim 1972913dd8 (#824) Introduce UndoHistory 2019-08-04 02:44:12 +07:00
rexim 2b0cc52968 (#903) MenuTitle -> WigglyText 2019-07-29 02:48:18 +07:00
rexim ebd315fe28 (#938) Merge rect_layer and proto_rect together 2019-07-08 00:00:01 +07:00
rexim d3f9018b09 (#910) Move file unit to libsystem
It didn't compile on Windows
2019-07-07 01:06:46 +07:00
rexim 57c92a3be4 (#910) Introduce Lt adapters 2019-07-07 00:39:13 +07:00
rexim 25c5877ce6 (#910) CMAKE_CXX_COMPILER_ID -> CMAKE_C_COMPILER_ID 2019-07-07 00:06:17 +07:00
rexim c38ddc3fbb (#788) Introduce Slider UI element 2019-07-01 00:22:20 +07:00
RIscRIpt 1eb497a25e ignore warning C4389, for VS2015 CI 2019-06-27 19:46:24 +02:00
RIscRIpt e156fd511b fix warnings (errors) introduced with previous commit 2019-06-27 18:09:29 +02:00
RIscRIpt 790d108819 Make MSVC compiler strict 2019-06-27 17:21:58 +02:00
RIscRIpt f26e6ee04e manually set SDL2_LIBRARIES when empty 2019-06-27 15:28:45 +01:00
rexim adb42d8bab (#278) Remove inkscape related level editing
All hail built-in Level Editor
2019-06-22 23:25:00 +07:00
rexim 608f4b1c81 (#885) Introduce system/file module 2019-06-16 01:00:59 +07:00
rexim be9c87d83e (#818) Introduce LabelLayer 2019-06-09 23:52:20 +07:00
rexim 107c71d9bf (#874) Introduce data folder
Make svg2level build the entire level folder without any Makefiles
2019-06-02 00:34:44 +07:00
rexim 23b3690fa5 (#532) Proper SDL2 includes 2019-05-25 20:29:35 +07:00