2023-05-20T01:40:48Z - 2024-05-20T01:40:48Z

Overview

0 Active Pull Requests
71 Active Issues
Excluding merges, 2 authors have pushed 33 commits to master and 125 commits to all branches. On master, 1041 files have changed and there have been 15443 additions and 163883 deletions.

19 Issues closed from 1 user

Closed #51 Derive UIEntity from UIDrawable 2024-04-21 16:40:23 +00:00

Closed #31 __repr__ displays match the getsetter member names 2024-04-20 22:35:39 +00:00

Closed #56 Standardize Member Variable naming conventions 2024-04-20 22:35:33 +00:00

Closed #22 UIGrid __repr__ 2024-04-20 22:34:07 +00:00

Closed #23 UIEntity __repr__ 2024-04-20 22:34:07 +00:00

Closed #24 UIGridPoint __repr__ 2024-04-20 22:34:07 +00:00

Closed #25 UIGridPointState __repr__ 2024-04-20 22:34:07 +00:00

Closed #29 implement __hash__ in a way that preserves C++ object identity 2024-04-20 18:23:16 +00:00

Closed #57 Sprites not responding to mouse events 2024-04-20 18:19:59 +00:00

Closed #44 clean up COMP4300 style 2024-04-20 18:16:56 +00:00

Closed #58 Caption __init__ is not correctly setting colors 2024-04-20 17:37:46 +00:00

Closed #43 Break up UI.h into respective class files 2024-04-20 14:34:10 +00:00

Closed #60 Standardize Font Handling 2024-04-08 02:53:14 +00:00

Closed #5 Provide default Font and Texture 2024-04-08 02:53:14 +00:00

Closed #68 segfault on type(obj), __class__ attribute missing 2024-04-08 02:53:14 +00:00

Closed #13 Standardize Vector Handling 2024-03-31 22:00:55 +00:00

Closed #11 Standardize Color Handling 2024-03-31 01:27:00 +00:00

Closed #18 Standardize Texture Handling 2024-03-22 02:26:11 +00:00

Closed #4 RAII-ify the interfaces between C++ and cpython 2024-03-16 02:22:15 +00:00

52 Issues created by 1 user

Opened #1 Resize Event for Scene 2024-03-09 18:07:24 +00:00

Opened #2 PyAction system cleanup 2024-03-09 18:09:21 +00:00

Opened #3 Remove old player_input system 2024-03-09 18:09:52 +00:00

Opened #6 UIDrawable Rendering format change 2024-03-09 18:17:47 +00:00

Opened #7 Remove or verify the necessity/safety of default constructors 2024-03-09 18:18:35 +00:00

Opened #8 Correct size for RenderTexture 2024-03-09 18:21:29 +00:00

Opened #9 Recreate RenderTexture when UIGrid is resized 2024-03-09 18:23:40 +00:00

Opened #10 Visibility: skip render or click inputs 2024-03-09 18:27:39 +00:00

Opened #12 Don't Instantiate GridPoint or GridPointState 2024-03-09 18:32:08 +00:00

Opened #14 SFML Python Library 2024-03-09 18:38:09 +00:00

Opened #15 UIGridPointState Collection 2024-03-09 18:41:36 +00:00

Opened #16 Entity knowledge contents: make map data available directly through GridPointState 2024-03-09 18:47:43 +00:00

Opened #17 UISprite: cleanup properties 2024-03-09 18:49:21 +00:00

Opened #19 Sprite get/set Texture (swap texture) 2024-03-09 18:54:05 +00:00

Opened #20 UIGrid: replace vector member getter/setters 2024-03-09 18:54:41 +00:00

Opened #21 UIGrid Dealloc 2024-03-09 18:56:08 +00:00

Opened #26 UIEntityCollectionIter - enable looping over Grid.entities 2024-03-09 18:57:46 +00:00

Opened #27 UIEntityCollection + UICollection .extend 2024-03-09 18:58:12 +00:00

Opened #28 UICollectionIter - enable looping over scene ui / children objects 2024-03-09 18:58:55 +00:00

Opened #30 UIGrid & UIEntity Integration; reliable add and remove 2024-03-09 19:07:19 +00:00

Opened #32 McRogueFace as command line Python 2024-03-09 19:09:33 +00:00

Opened #33 Sprite: test index before accessing Texture 2024-03-09 19:10:13 +00:00

Opened #34 Window object 2024-03-09 19:11:40 +00:00

Opened #35 TCOD as built-in module 2024-03-09 19:12:36 +00:00

Opened #36 SFML-DearImgui usage 2024-03-09 19:14:05 +00:00

Opened #37 Windows: scripts subdirectory not checked for .py files 2024-03-09 19:14:31 +00:00

Opened #38 optional "children" arg on __init__ for frame 2024-03-09 19:24:19 +00:00

Opened #39 "name" field on UIDrawables 2024-03-09 19:28:19 +00:00

Opened #40 UIDrawable overwriting - search and replace by name 2024-03-09 19:31:44 +00:00

Opened #41 Use UIDrawable names as tags / .find on a collection 2024-03-09 19:35:04 +00:00

Opened #42 optional "click" arg on UIDrawable __init__ for callback 2024-03-09 19:35:44 +00:00

Opened #45 Accessibility modes and demos 2024-03-09 19:45:32 +00:00

Opened #46 subinterpreter tests 2024-03-09 19:47:44 +00:00

Opened #47 New McRogueFace git README.md 2024-03-09 19:48:52 +00:00

Opened #48 Compilation Guide 2024-03-09 19:49:31 +00:00

Opened #49 Window object: Viewport controls 2024-03-09 19:53:03 +00:00

Opened #50 UIGrid: Background Color 2024-03-09 19:54:17 +00:00

Opened #52 UIGrid: don't attempt to render every Entity every frame 2024-03-09 20:00:32 +00:00

Opened #53 Alternative Input Methods 2024-03-09 20:02:40 +00:00

Opened #54 Jupyter Notebook Interface 2024-03-09 20:06:16 +00:00

Opened #55 McRogueFace as Agent Simulation Environment 2024-03-09 20:06:36 +00:00

Opened #59 Animations - interpolate between values over time for most UIDrawable fields 2024-03-09 20:52:52 +00:00

Opened #61 Scene Object 2024-03-09 21:01:01 +00:00

Opened #62 Multiple Windows 2024-03-09 21:01:58 +00:00

Opened #63 UIDrawable Z-order 2024-03-09 21:04:10 +00:00

Opened #64 Grid - Entity - GridPointState updates via TCOD 2024-03-09 21:09:27 +00:00

Opened #65 Python Explorer Scene / Dropdown Console widget 2024-03-09 21:15:50 +00:00

Opened #66 Standardize Audio Handling 2024-03-09 21:18:05 +00:00

Opened #67 Grid Stitching: an infinite world prototype 2024-03-11 13:04:18 +00:00

Opened #69 Standardize Collection Handling 2024-04-09 02:41:26 +00:00

Opened #70 Package mcrfpy without embedded interpreter 2024-04-11 03:29:27 +00:00

Opened #71 Create Python base class for UIDrawables, and derive Python UI types from it 2024-04-13 03:47:13 +00:00