-
It may be possible to get Travis to build the GCW-Zero opk. There is already [a script to do it](https://github.com/cxong/cdogs-sdl/blob/master/make_gcw0.sh).
However, it requires the [toolchain](htt…
cxong updated
8 years ago
-
I was just wondering if support for hidden sheets was included or planned in pyexcel. I did a search on the source code for "hidden" and found nothing. Thanks!
-
Feature request from GGuy:
I think it would be great if OGG files could loop after playing the intro of a song using the same method as RPG Maker in which metadata tags are used to mark PCM sample po…
-
A makefile needs to be added.
Currently it's possible to compile with:
`g++ --std=c++11 *.cpp */*.cpp -I/usr/include/SDL2 -lSDL2 -lSDL2_ttf -lSDL_mixer -lSDL2_image -o exLauncher`
-
I'd like to talk about Tuxemon and memory use here, if anyone is interested in discussing it. I've worked on another pygame collab project called "Py Roller's Casino", and that project used the same …
-
As part of #36 and after implementing #37 , we can build simple LAN multiplayer by having clients send commands to the server as if they are input devices. A POC of this has already been done so it sh…
cxong updated
8 years ago
-
In the GCW Zero build, running the doom campaign will instead open up the techdemo/soundtest mission. All other campaigns seem to work ok, including classic campaigns and newer campaigns in the techde…
cxong updated
9 years ago
-
Hello. Gcw in picodrive 1.91 for zero Thunder Force 4 No longer the game goes to frequent stop running the screen. Thunder Force 2 has broken screen in Stage 3 Symptoms I hope to improve in the next v…
-
Proper solution would be renaming the aforementioned file.
Here's a partial failed scons log for reference.
http://pastebin.com/ZWKabef4
-
As multiplayer/networking was broken with the new state system, I'd like to open discussion for running concurrently operating states. This would allow for multiplayer to work, and could help simplif…