McRogueFace/src
John McCardle fe5976c425 feat: Add Entity.die() method for lifecycle management closes #30
- Remove entity from its grid's entity list
- Clear grid reference after removal
- Safe to call multiple times (no-op if not on grid)
- Works with shared_ptr entity management
2025-07-06 00:45:01 -04:00
..
scripts Final day of changes for 7DRL 2025 - Crypt of Sokoban game code 2025-03-12 22:42:26 -04:00
ActionCode.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
Animation.cpp Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
Animation.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
CommandLineParser.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
CommandLineParser.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
Common.h Refactor: Python 3.12, build libtcod & SFML from source. Cmake build. Directory cleanup 2024-02-24 22:48:39 -05:00
GameEngine.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
GameEngine.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
HeadlessRenderer.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
HeadlessRenderer.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
IndexTexture.cpp Refactor: Python 3.12, build libtcod & SFML from source. Cmake build. Directory cleanup 2024-02-24 22:48:39 -05:00
IndexTexture.h Refactor: Python 3.12, build libtcod & SFML from source. Cmake build. Directory cleanup 2024-02-24 22:48:39 -05:00
McRFPy_API.cpp feat: Phase 1 - safe constructors and _Drawable foundation 2025-07-06 00:13:39 -04:00
McRFPy_API.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
McRFPy_Automation.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
McRFPy_Automation.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
McRogueFaceConfig.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
PyAnimation.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
PyAnimation.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
PyCallable.cpp Squashed commit of the following: [raii_pyobjects] 2024-03-15 22:20:37 -04:00
PyCallable.h Squashed commit of the following: [raii_pyobjects] 2024-03-15 22:20:37 -04:00
PyColor.cpp Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
PyColor.h Iterators, other Python C API improvements 2025-05-31 09:11:51 -04:00
PyDrawable.cpp feat: Phase 1 - safe constructors and _Drawable foundation 2025-07-06 00:13:39 -04:00
PyDrawable.h feat: Phase 1 - safe constructors and _Drawable foundation 2025-07-06 00:13:39 -04:00
PyFont.cpp Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
PyFont.h Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
PyObjectUtils.h Iterators, other Python C API improvements 2025-05-31 09:11:51 -04:00
PyRAII.h Iterators, other Python C API improvements 2025-05-31 09:11:51 -04:00
PyScene.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
PyScene.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
PyTexture.cpp Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
PyTexture.h Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
PyVector.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
PyVector.h Iterators, other Python C API improvements 2025-05-31 09:11:51 -04:00
Resources.cpp Adding text functionality to Caption (why was that missing???) 2024-03-07 12:35:07 -05:00
Resources.h Adding text functionality to Caption (why was that missing???) 2024-03-07 12:35:07 -05:00
Scene.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
Scene.h Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
Timer.cpp Segfault fixes. Switching scenes broke some assumptions. All PyObject calls from userspace now handle (discard) exceptions and return values. 2024-03-08 12:09:09 -05:00
Timer.h Whoops, some issues with deleting timers. 2024-03-07 09:49:24 -05:00
UI.h Squashed commit of the following: [break_up_ui_h] 2024-04-20 10:32:04 -04:00
UIBase.h Squashed commit of the following: [break_up_ui_h] 2024-04-20 10:32:04 -04:00
UICaption.cpp feat: Grid size tuple support closes #90 2025-07-06 00:31:29 -04:00
UICaption.h feat: Phase 1 - safe constructors and _Drawable foundation 2025-07-06 00:13:39 -04:00
UICollection.cpp Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
UICollection.h Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
UIDrawable.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
UIDrawable.h feat: Phase 1 - safe constructors and _Drawable foundation 2025-07-06 00:13:39 -04:00
UIEntity.cpp feat: Add Entity.die() method for lifecycle management closes #30 2025-07-06 00:45:01 -04:00
UIEntity.h feat: Add Entity.die() method for lifecycle management closes #30 2025-07-06 00:45:01 -04:00
UIFrame.cpp feat: Grid size tuple support closes #90 2025-07-06 00:31:29 -04:00
UIFrame.h feat: Phase 1 - safe constructors and _Drawable foundation 2025-07-06 00:13:39 -04:00
UIGrid.cpp perf: Skip out-of-bounds entities during Grid rendering closes #52 2025-07-06 00:42:15 -04:00
UIGrid.h feat: Phase 1 - safe constructors and _Drawable foundation 2025-07-06 00:13:39 -04:00
UIGridPoint.cpp Squashed commit of the following: [reprs_and_member_names] 2024-04-20 18:33:18 -04:00
UIGridPoint.h Squashed commit of the following: [alpha_streamline_1] 2025-07-05 18:56:02 -04:00
UISprite.cpp feat: Grid size tuple support closes #90 2025-07-06 00:31:29 -04:00
UISprite.h feat: Phase 1 - safe constructors and _Drawable foundation 2025-07-06 00:13:39 -04:00
UITestScene.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00
UITestScene.h Refactor: remove "s" prefix from "sRender" method ( -> "render") Closes #44 2024-04-20 14:16:14 -04:00
main.cpp Squashed commit of the following: [interpreter_mode] 2025-07-05 17:23:09 -04:00