John McCardle john
  • Site admin.

  • Joined on 2020-09-17
john created branch break_up_ui_h in john/McRogueFace 2024-04-09 15:05:10 +00:00
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
john commented on issue john/McRogueFace#13 2024-03-31 21:59:02 +00:00
Standardize Vector Handling

Coding sporadically over the morning & afternoon; made some commits before errands.

This issue will now be closed. Here's the salient portion:

    static PyObject* PyUICaption_get_vec
john pushed to standardize_vector_handling at john/McRogueFace 2024-03-31 18:21:12 +00:00
5edebdd643 PyVector init should be pretty reliable now
c13e185289 PyColor fix - Init corrections
Compare 2 commits »
john pushed to standardize_vector_handling at john/McRogueFace 2024-03-31 02:51:58 +00:00
8871f6be6e Parse arguments: no args & Vector object args work, tuples and bare numerics still do not