• Joined on 2021-10-13
conco closed issue conco/Roguelike_Algorithm_Visualizer…#3 2021-12-13 13:55:20 +00:00
Lua
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-13 04:36:15 +00:00
00abbbebbd Fixed an issue with lua context manager, tested to make sure it worked, started a document for the algorithm lua structure, updated engine loop
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-12 22:17:11 +00:00
8213dd8cb3 started pulling in lua stuff, fixed an issue with camera range
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-12 17:06:34 +00:00
d5fd89e228 ranges done, cool stuff
f360be0c8d About to test out ranges of points
Compare 2 commits »
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-12 08:48:58 +00:00
cd37945791 Added some helpers to camera and range lib to replace the standard ranges library due to some issues clangd has with the gcc implementation
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-12 03:00:24 +00:00
a328246a1e added support for smaller maps than the window
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-12 02:32:46 +00:00
2308ef4eb2 Camera implemented
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-11 17:10:58 +00:00
10e2b3c538 Added default font and exception throwing to replace some nullptr returns
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-10 16:53:11 +00:00
d2826f08fe color keying for sprite sheets and properly keyed texture map params
conco opened issue conco/Roguelike_Algorithm_Visualizer…#7 2021-12-08 05:27:57 +00:00
Logging
conco opened issue conco/Roguelike_Algorithm_Visualizer…#6 2021-12-07 17:34:00 +00:00
Add text input support to input manager
conco commented on issue conco/Roguelike_Algorithm_Visualizer…#5 2021-12-07 17:33:03 +00:00
Renderer draw functions enhancement

Add support for just loading and using a full image without sprite/spritesheet behavior (maybe just a helper) Viewport support Simple geometry support

conco opened issue conco/Roguelike_Algorithm_Visualizer…#5 2021-12-07 14:53:16 +00:00
Renderer draw functions enhancement
conco closed issue conco/Roguelike_Algorithm_Visualizer…#1 2021-12-07 14:51:40 +00:00
Config
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-07 04:38:39 +00:00
ea172110ea switched up some pointers to shared, added some more rendering example
conco closed issue conco/Roguelike_Algorithm_Visualizer…#4 2021-12-07 04:37:59 +00:00
Smart Pointer update
conco opened issue conco/Roguelike_Algorithm_Visualizer…#4 2021-12-07 04:17:55 +00:00
Smart Pointer update
conco closed issue conco/Roguelike_Algorithm_Visualizer…#2 2021-12-07 03:29:31 +00:00
Input
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2021-12-06 19:57:58 +00:00
994a128c14 Input processor interface and sdl implementation added, now frees text textures after displaying text, need to look into caching so we can let manager handle it
conco opened issue conco/Roguelike_Algorithm_Visualizer…#3 2021-12-06 14:33:08 +00:00
Lua