Commit Graph

44 Commits (master)

Author SHA1 Message Date
poikilos 2e08e563a6 Add options: --count-meshes, --verbose, --help, --exit. See changelog for more. 2021-11-28 16:17:17 -05:00
poikilos b615b8c314 Fix reload texture by calling removeTexture...
...and use OUT_BIN in the shell build as the target.
2021-03-29 14:10:40 -04:00
poikilos 059b61805f Fix recent menu iteration and don't add the test file to recent...
...Improve output. Reduce GUI debugging output. Save the debug version
in debug/ for the shell build. Don't overlap enum values for elements
and commands.
2021-03-29 13:54:27 -04:00
poikilos 3e6f8324eb Fix duplicate menu items by respecting the addToEngine bool.
resolves #6
2021-03-28 08:50:51 -04:00
poikilos b91fe123b5 Add a --test-and-exit option. 2021-03-28 06:08:53 -04:00
poikilos 0f03078717 Improve output. Handle more exceptions in stoi and stof. 2021-03-22 10:38:02 -04:00
poikilos a686c61f1d Use std::runtime_error to fix exception conversions. 2021-03-22 08:32:53 -04:00
poikilos 320d13c46f Begin working on a recent files list. Add test data. 2021-03-21 01:42:48 -04: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 3491183c8f Allow setting the animation loop. 2020-07-30 23:40:17 -04:00
poikilos 460690fded Auto-load nearby texture. Simplify&test cycling functions. 2020-03-10 14:12:16 -04: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 16230a0777 fix frame-by-frame hotkeys, add menu items 2019-06-13 08:57:32 -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 7e3dd7bc88 prevent negative cam distance 2019-04-19 17:34:31 -04:00
poikilos 9db00c6473 improve WebKit style compliance 2019-04-19 17:13:58 -04:00
poikilos e29565a110 make origin axis widget toggleable 2019-04-19 15:50:06 -04:00
poikilos 036c0feb01 improve ui, target, improve pan 2019-04-19 15:29:30 -04:00
poikilos a3118c12e5 move playback on resize (snapWidgets), coding style ./etc/quality.sh 2019-04-11 04:31:04 -04:00
poikilos d2aaced734 finish fixing references to renamed file 2019-04-11 02:41:14 -04:00
poikilos 5b0dcc46dc modernize casting, resolve warnings
resolves #3 Windows pathing issue in Utility
2019-04-11 02:30:48 -04:00
poikilos 49ac8c9a5b x to disable interpolation, try Minetest texture naming convention 2019-04-08 22:52:18 -04:00
poikilos 8a61dea048 allow going frame by frame or typing a frame 2019-04-03 10:35:27 -04:00
poikilos 924c4864e1 finish camera revolve feature, add pan, ms3d mime type 2019-03-10 09:55:31 -04:00
poikilos 0b1e609575 check for system fonts 2019-03-09 16:41:56 -05:00
poikilos 7a4e795779 clarify license, improve camera, remove most header creep 2019-03-09 15:42:40 -05:00
poikilos 07c7f080af cycle textures correctly
and remove experimental comments
2019-03-09 08:56:23 -05:00
poikilos 231e438af3 look in model directory too, add hotkeys for reloading 2019-03-09 07:43:36 -05:00
poikilos bf870ab941 cycle through textures thanks to C++17 filesystem 2019-03-08 02:30:06 -05:00
poikilos 1a77f1cc33 implement playback controls 2019-03-08 00:52:29 -05:00
poikilos ec30dae805 check font load, clarify license, remove namespace creep 2019-03-07 22:18:07 -05:00
poikilos 295e0cc997 load texture on loaded model 2019-03-07 17:17:42 -05:00
poikilos 14cd5315cf icon, install scripts, mime type, lowercase name 2019-03-07 16:32:07 -05:00
poikilos 94e3b8f883 first version that works without font 2019-03-07 13:23:54 -05:00
egon.rath 1df9489745 Added Wireframe and Lighting selector 2010-08-16 12:23:20 +00:00
egon.rath 76818f5586 Switched to Truetype font rendering in entire app 2010-04-23 08:13:44 +00:00
egon.rath 1b8831cbc9 improved window resize handling and various bugs 2010-04-23 07:28:59 +00:00
egon.rath 51ae518d77 Command line loading 2010-04-22 12:16:15 +00:00
egon.rath f831ae2bd9 Win32 Solution added 2010-04-22 08:44:10 +00:00
egon.rath 290c2f494c Initial Import 2010-04-21 14:48:36 +00:00