You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lunarium_OLD/src
Joeyrp 8ac5ef51d5 Editor manages window class IDs so tool windows cannot be docked with other tools or with the main editor window 4 years ago
..
core Fixed crash in editor mode (log listener not being removed because destructors not being called. Base class destructors MUST be virtual!) 4 years ago
graphics frame buffers now cleaned up on shutdown 4 years ago
input Image rotation is working 4 years ago
internal_data Non-filled box drawing method added to graphics system 4 years ago
internal_libs Fixed crash in editor mode (log listener not being removed because destructors not being called. Base class destructors MUST be virtual!) 4 years ago
run_modes Editor manages window class IDs so tool windows cannot be docked with other tools or with the main editor window 4 years ago
scripting LuaConsole now retains input focus after pressing enter. But must press escape to use command recall. 4 years ago
window Main editor panel now sits on-top of the application window again. But this time the it uses the application window title-bar. 4 years ago
main.cpp Refactored MainPanel into the PanelManager instead (they both were basically doing the same job) 4 years ago
test_main.cpp ImGui Demo Window working. Build working on Linux. 4 years ago