The Gears of Progress
f7b886e71d
Merge pull request #115 from risingPhil:feature/add-debug-menu
...
Feature/add debug menu
2026-03-11 10:50:31 -04:00
Philippe Symons
07e522fd62
Add comments, optimize rom space slightly and fix issue in debug_menu_entries.cpp
2026-03-10 11:58:43 +01:00
Philippe Symons
343d4eb83e
Merge branch 'release-candidate' into feature/add-debug-menu
2026-03-10 09:36:59 +01:00
Philippe Symons
bd091789fb
Remove useless function call
2026-03-10 01:03:26 +01:00
Philippe Symons
7d4715ab1b
Hide toggle arrows when exiting the debug menu
2026-03-10 01:00:08 +01:00
Philippe Symons
6e377fc709
Make it possible to cleanly disable the debug menu
2026-03-10 00:43:40 +01:00
Philippe Symons
1590a1f108
Make the debug menu functional!
...
This adds a lot of the debug_mode.h options as an option you can modify at runtime.
I also moved both the text debug screen and the regular debug info screen in there.
And I added an option to start song playback.
2026-03-10 00:38:44 +01:00
Philippe Symons
10350179db
Move debug info screen and text debug screen to debug menu
2026-03-09 23:12:32 +01:00
GearsProgress
23292afc0c
Adding text.xlsx to repo
2026-03-09 16:41:38 -04:00
Philippe Symons
c498d59572
Split off the debug menu entries from the debug menu module
2026-03-09 20:36:54 +01:00
Philippe Symons
b84939b49a
Add debug menu UI when you press L+R in the main menu.
...
It's only the UI yet. It only shows a couple of dummy options right now.
2026-03-09 19:56:32 +01:00
GearsProgress
12f710dafc
Reapply "Release candidate"
...
This reverts commit 67aa927108 .
2026-03-09 12:09:57 -04:00
GearsProgress
95c6af63e4
Changing the folders back
2026-03-07 10:12:59 -05:00
The Gears of Progress
184b9f99ef
Updating folder names for language graphics
2026-03-06 21:46:26 -05:00
GearsProgress
7776d884b0
Changing cloud to remote
2026-03-06 09:55:46 -05:00
GearsProgress
a8edfc3094
Updating local/remote setup
2026-03-06 09:55:11 -05:00
GearsProgress
d17371ed1c
Updating pt-br implementation
2026-03-05 18:11:16 -05:00
GearsProgress
3128f8bcd7
Updating make process to include Korean, Traditional and Simplified Chinese, and Brazilian Portuguese
2026-03-05 16:42:31 -05:00
GearsProgress
bbe2937776
Remove old text_helper folder
2026-03-03 14:14:00 -05:00
The Gears of Progress
6b5a15604f
Merge pull request #114 from GearsProgress/text-debug-screen
...
Merge text-debug-screen into release-candidate
2026-03-03 14:07:00 -05:00
GearsProgress
bf5cbbb438
Merge branch 'release-candidate' into text-debug-screen
2026-03-03 14:04:12 -05:00
The Gears of Progress
fd8c9a8e8e
Merge pull request #113 from risingPhil/feature/create-vertical_list-widget
...
Create vertical_menu widget
2026-03-03 13:58:51 -05:00
GearsProgress
e9a0705a3b
Updating text-helper
2026-03-03 12:51:08 -05:00
GearsProgress
ba98dfd914
Merge branch 'text-debug-screen' of https://github.com/GearsProgress/Poke_Transporter_GB into text-debug-screen
2026-03-03 12:50:53 -05:00
GearsProgress
454700064c
Updating makefile to not recompile unnecessary files
2026-03-03 12:43:10 -05:00
GearsProgress
e0f9685a1b
Updating Makefile to specify which xlsx to use
2026-03-03 12:25:39 -05:00
GearsProgress
b7ada79f40
Updating main.py
2026-03-03 12:09:41 -05:00
Philippe Symons
f7099eb68f
Slightly better cleanup of Select_Menu
2026-03-03 00:46:36 +01:00
Philippe Symons
22f29a789b
Fix small mistake
2026-03-03 00:28:06 +01:00
Philippe Symons
b0abeaf5f6
Create vertical_menu widget
...
This commit implements a vertical menu widget, which should be quite a bit more flexible than
what we currently have.
It defines interfaces in order to respond to selection changes, show and hide. And has a i_item_widget
interface class to allow you to use custom item widgets.
This is done in preparation for adding a debug menu, in which I kinda want to add toggle options
while using the same vertical_menu widget.
Right now, vertical_menu is only used in Select_Menu. Needless to say that Select_Menu was reworked quite a bit.
Still, in terms of visuals or functionality, the changes should be invisible for now. I mean, I didn't do anything *new* with it yet.
2026-03-03 00:15:18 +01:00
The Gears of Progress
451ec2bcb0
Merge pull request #112 from Adri1/french-translation-images
2026-03-02 16:16:20 -05:00
Adri1
024ff55d66
Palette correction
2026-03-02 22:14:08 +01:00
Adri1
6ff2d55543
French translation for images
2026-03-02 21:27:56 +01:00
GearsProgress
a4c4826322
Modifying build process to have language specific graphics
2026-03-01 22:08:09 -05:00
GearsProgress
0d9b10d12c
Fixing multiline centering
2026-02-28 16:32:33 -05:00
GearsProgress
c5d252e3b5
Updating PCCS and adding debug detection in the py scripts
2026-02-28 15:57:37 -05:00
The Gears of Progress
9fafb5e511
Merge pull request #110 from GearsProgress/revert-109-release-candidate
...
Revert "Release candidate"
2026-02-24 00:04:59 -05:00
The Gears of Progress
67aa927108
Revert "Release candidate"
2026-02-24 00:04:47 -05:00
The Gears of Progress
432bf1fa26
Merge pull request #109 from GearsProgress/release-candidate
...
Release candidate
2026-02-24 00:02:28 -05:00
The Gears of Progress
0f003f0120
Merge branch 'text-debug-screen' into release-candidate
2026-02-24 00:02:10 -05:00
The Gears of Progress
1480bf6e02
Merge pull request #108 from GearsProgress/latest-release
...
Update branch to match latest-release
2026-02-23 23:24:38 -05:00
GearsProgress
47088a98d1
Merging latest-release changes to text-debug
2026-02-23 23:23:57 -05:00
GearsProgress
dc75638d99
Merge branch 'text-debug-screen' into latest-release
2026-02-23 23:23:53 -05:00
The Gears of Progress
01376f422c
Merge pull request #107 from GearsProgress/latest-release
...
Update RC to LR
2026-02-23 23:08:40 -05:00
GearsProgress
bd7979bbc5
Updating PCCS (again)
2026-02-23 23:04:30 -05:00
GearsProgress
5651194a15
Updating PCCS
2026-02-23 22:59:54 -05:00
The Gears of Progress
9b7be5b24f
Merge pull request #105 from risingPhil:feature/add-maxmod-support-to-ptgb
...
MaxMod sound engine lib integration
2026-02-23 22:35:32 -05:00
The Gears of Progress
f0554ce370
Merge pull request #106 from risingPhil:fix-text-debug-screen-branch
...
Fix text debug screen branch
2026-02-23 22:35:16 -05:00
The Gears of Progress
2b85152353
Merge pull request #103 from easyaspi314:movement-data
...
Improve movement data storage
2026-02-23 22:34:00 -05:00
The Gears of Progress
47396a262c
Merge pull request #102 from risingPhil:reduce-romsize-3kb
...
Reduce romsize 3kb
2026-02-23 22:32:48 -05:00