Commit Graph

5 Commits

Author SHA1 Message Date
msiewert76
46e29c705b - fix string parsing for two consecutive newline chars
- fix missing string output under various conditions
- add "extra" field to version in title string (alpha/beta/rc/...)
- don't force reboot after working on a GBA game
- some updates to instruction file
- delete pnps file, which is not a part of the code
(I hope this is all that was changed. Tried to fix one final bug, didn't work, tried to revert everything that did not work.)
2011-08-07 14:53:26 +00:00
msiewert76
8bd9035394 - Update instruction file again, I'd say it is no longer a WIP now.
- Add "debug" target. It is still somewhat shaky, you need to "make clean" before "make debug", and it does not do much besides writing a few debug lines during the boot sequence.
- Add a hard coded version number which is no longer a part of the strings file (and does not need to be translated).
- Using a Cyclops iEvolution no longer triggers Slot 2 mode.
- Fix doing multiple things in FTP mode without having to restart.
2011-06-11 16:29:15 +00:00
msiewert76
611c3305e8 - fixes in slot 2 mode detection
- implements slot 2 mode
- updates Readme file for slot 2 mode
- disable two strings in the translation template for error messages that appear before the file has been read
2011-05-25 19:27:51 +00:00
msiewert76
3cbac961bd - add missing release file: Changelog.txt 2011-05-21 19:06:35 +00:00
msiewert76
761de83ee0 - restore missing ini file template (long story short? don't use TUGzip to compress SVN folders!)
- add "hacking.txt", which gives some hints where to start hacking
- rework significant sections of the display subsystem
- update Readme file
- finish implementation of translation subsystem; also add template file for translation and German strings file
2011-05-20 19:19:12 +00:00