• Site admin.

  • Joined on 2020-09-17
john pushed to break_up_ui_h at john/McRogueFace 2024-04-09 15:05:10 +00:00
83a63a3093 doesn't compile, but UI.h/.cpp code has been divvy'd up.
john created branch break_up_ui_h in john/McRogueFace 2024-04-09 15:05:10 +00:00
john pushed to at john/McRogueFace 2024-04-09 02:55:00 +00:00
c0201d989a additional unsaved changes
john pushed to at john/McRogueFace 2024-04-09 02:45:00 +00:00
83a63a3093 doesn't compile, but UI.h/.cpp code has been divvy'd up.refs #43 @2h
john opened issue john/McRogueFace#69 2024-04-09 02:41:26 +00:00
Standardize Collection Handling
john pushed to master at john/McRogueFace 2024-04-08 02:53:14 +00:00
1a7186f745 Squashed commit of the following: [standardize_font_handling]
john closed issue john/McRogueFace#68 2024-04-08 02:53:14 +00:00
segfault on type(obj), __class__ attribute missing
john closed issue john/McRogueFace#5 2024-04-08 02:53:14 +00:00
Provide default Font and Texture
john closed issue john/McRogueFace#60 2024-04-08 02:53:14 +00:00
Standardize Font Handling
john pushed to standardize_font_handling at john/McRogueFace 2024-04-08 02:44:23 +00:00
5009fa0fb9 PyFont - use the new standard method for instancing
john opened issue john/McRogueFace#68 2024-04-07 19:29:15 +00:00
segfault on type(obj), __class__ attribute missing
john commented on issue john/McRogueFace#60 2024-04-07 19:26:10 +00:00
Standardize Font Handling

I'll add a separate issue to solve the type bug - that wasn't part of the Font feature.

john commented on issue john/McRogueFace#60 2024-04-07 19:25:07 +00:00
Standardize Font Handling

commit: a19781b56a87b68309e63c88e4eb68d22523267d

notes on Python Discuss instance: https://discuss.python.org/t/instantiating-python-objects-from-c-segfault-on-type-obj-class-attribute-missing/5

john pushed to standardize_font_handling at john/McRogueFace 2024-04-07 19:21:23 +00:00
a19781b56a Many hours of pain & research behind this small commit. Safe object building by not messing with types before interpreter is fully initialized
john commented on issue john/McRogueFace#60 2024-04-06 21:18:06 +00:00
Standardize Font Handling
john commented on issue john/McRogueFace#60 2024-04-01 01:44:26 +00:00
Standardize Font Handling

159658521c64a0cee8dd97ae7a2872a4eea2d9fa

I was hoping for a quick win, but this will take a little bit longer to not introduce instability.

I've also got default items added to the module,…

john pushed to standardize_font_handling at john/McRogueFace 2024-04-01 01:41:57 +00:00
159658521c Font mostly working, just a few weird bugs with the types of the default items added to the module
john created branch standardize_font_handling in john/McRogueFace 2024-04-01 01:41:57 +00:00
john pushed to master at john/McRogueFace 2024-03-31 22:00:55 +00:00
fbf263a038 Squashed commit of the following: [standardize_vector_handling]
john closed issue john/McRogueFace#13 2024-03-31 22:00:55 +00:00
Standardize Vector Handling