96 Commits

Author SHA1 Message Date
poikilos
20c18802f3 Block zooming in load/save. Output more event info (working on recent menu items). 2021-03-22 12:21:01 -04:00
poikilos
201d46085a Ignore b3view.depend depslib dependency file generated by codeblocks. 2021-03-22 11:24:03 -04:00
poikilos
50a9c1916d Handle each GUI event type seperately as per Irrlicht documentation...
...Add a scope around cases to fix "error: jump to case label
[-fpermissive]" and provide a separate scope for variables created in
each case. Remove b3view.depend.
2021-03-22 11:22:21 -04:00
poikilos
0f03078717 Improve output. Handle more exceptions in stoi and stof. 2021-03-22 10:38:02 -04:00
poikilos
3b4971899b Fix int type warnings in CGUITTFont. 2021-03-22 10:37:17 -04:00
poikilos
61703a0490 Improve the shell debug run script output. 2021-03-22 10:36:17 -04:00
poikilos
0900f080df Use C++17 in codeblocks. Update depends. 2021-03-22 10:35:57 -04:00
poikilos
57d5f6a0cb Improve the shell build. 2021-03-22 10:35:17 -04:00
poikilos
565907c2c9 Ignore the layout file. 2021-03-22 08:36:36 -04:00
poikilos
80cc4f5873 Remove the layout file. 2021-03-22 08:36:11 -04:00
poikilos
a686c61f1d Use std::runtime_error to fix exception conversions. 2021-03-22 08:32:53 -04:00
poikilos
7761dea137 Add missing libraries to the Release build. Update .gitignore. 2021-03-22 08:08:48 -04:00
poikilos
5568857d67 Improve paths, automation, and output for shell compiling and debugging. 2021-03-22 08:06:38 -04:00
poikilos
a22ec1592f Fix undefined reference to std::experimental::filesystem::v1 (missing -lstdc++fs) 2021-03-22 08:05:36 -04:00
poikilos
03db49bb11 Fix undefined reference to FT_Done_Face FT_Done_Freetype (missing -lfreetype) 2021-03-22 08:03:36 -04:00
poikilos
c35390563a Update depends automatically. 2021-03-22 07:49:47 -04:00
poikilos
11587ef01f Fix paths in build.sh. 2021-03-21 19:40:49 -04:00
poikilos
bfcfa5093a Add existing files to the CodeBlocks project. Update gitignore. 2021-03-21 19:40:27 -04:00
poikilos
1db6d1cae8 Add a codeblocks project. 2021-03-21 19:16:09 -04:00
poikilos
320d13c46f Begin working on a recent files list. Add test data. 2021-03-21 01:42:48 -04:00
poikilos
128f629335 Rename the projects directory from src. 2021-03-21 00:57:27 -04:00
poikilos
a8b9085a4e Fix install to account for new directory structure. Optimize build. 2021-02-18 12:29:31 -05:00
poikilos
0170567e66 Fix input for assertions. Organize distributable files. 2021-02-18 11:43:38 -05:00
poikilos
c9cfbfc87c Add a manual build script. Fix missing returns and a bad include. 2021-02-18 11:20:12 -05:00
poikilos
83be25ec82 distinquish assertions by fruit names 2021-02-18 09:36:39 -05:00
poikilos
62d3620a16 Add a recent files submenu. 2021-02-18 09:31:03 -05:00
poikilos
98ad5d1457 Add a settings system and related tests...
...See changelog for more.
2021-02-17 18:55:39 -05:00
poikilos
ff44991f55 Improve the installer. Update the binary that shouldn't be there. 2020-07-30 23:53:37 -04:00
poikilos
3491183c8f Allow setting the animation loop. 2020-07-30 23:40:17 -04:00
poikilos
af22989061 Quit your shouting, FLOSS world. 2020-03-10 14:15:38 -04:00
poikilos
d0d4498d59 Fix copy-paste error in Changelog. 2020-03-10 14:14:35 -04:00
poikilos
de86aac3d2 fix screenshot caption 2020-03-10 14:13:06 -04:00
poikilos
460690fded Auto-load nearby texture. Simplify&test cycling functions. 2020-03-10 14:12:16 -04:00
poikilos
e5a8ed0204 Link to a helpful Minetest player model viewer. 2020-02-20 14:56:25 -05:00
poikilos
53a8102818 Place mtl file correctly using chdir (or move) 2020-01-30 11:46:24 -05:00
poikilos
033501153d fix fuzzy texture identification 2019-07-03 17:13:37 -04:00
poikilos
0a4aac71a9 move modes to engine, improve texture search 2019-07-03 15:15:44 -04:00
poikilos
e75f4c1c36 For install, detect standard Qt Creator build directory. 2019-06-21 04:39:18 -04:00
poikilos
32b2b5244d update docs to match today's changes
and correct old hotkey
2019-06-13 09:07:34 -04:00
poikilos
16230a0777 fix frame-by-frame hotkeys, add menu items 2019-06-13 08:57:32 -04:00
poikilos
764933097f check for more minetest texture names 2019-05-25 07:07:52 -04:00
poikilos
60aa3d434e detect minetest texture, turn off interp 2019-05-17 13:43:02 -04:00
poikilos
44a842e79d correction to irr description 2019-05-17 08:07:39 -04:00
poikilos
36a1399cb5 add export feature and more mimetypes 2019-05-16 12:33:53 -04:00
poikilos
c9860273e0 export (current frame) 2019-05-02 21:17:24 -04:00
poikilos
cc257b386b reorganize files 2019-04-21 17:49:23 -04:00
poikilos
7e3dd7bc88 prevent negative cam distance 2019-04-19 17:34:31 -04:00
poikilos
0d5780dbf3 improve WebKit style compliance 2019-04-19 17:16:28 -04:00
poikilos
9db00c6473 improve WebKit style compliance 2019-04-19 17:13:58 -04:00
poikilos
17ecfa6146 log the fixes to hotkeys and texture load 2019-04-19 15:57:24 -04:00