Search found 6 matches

by Aperture
Mon Nov 23, 2009 11:53 pm
Forum: PSP Development
Topic: [RELEASE] "Escape From Colditz" game engine
Replies: 7
Views: 5101

v0.9.3 now released.

Data files are now included with the download, so no need for the confusing extraction step. Just install and enjoy!
by Aperture
Sat Aug 22, 2009 8:38 am
Forum: PSP Development
Topic: [RELEASE] "Escape From Colditz" game engine
Replies: 7
Views: 5101

Hi suloku , I think maybe my explanations weren't clear enough. The game engine does create COLDITZ-LOADER from SKR_COLD the first time it is run, as SKR_COLD is just the compressed version of COLDITZ_LOADER. Thus, you don't need to rename anything. If COLDITZ-LOADER is not found, but SKR_COLD does ...
by Aperture
Wed Aug 19, 2009 8:16 am
Forum: PSP Development
Topic: [RELEASE] "Escape From Colditz" game engine
Replies: 7
Views: 5101

Thanks!
by Aperture
Tue Aug 18, 2009 9:53 am
Forum: PSP Development
Topic: [RELEASE] "Escape From Colditz" game engine
Replies: 7
Views: 5101

[RELEASE] "Escape From Colditz" game engine

Well, after enjoying so much from the great PSP community, I thought it was time to give something back. Therefore, I am releasing Colditz Escape! , a rewritten game engine of the classic Amiga game "Escape From Colditz" for the PSP. Just like Reminiscence or ScummVM, this engine requires ...
by Aperture
Thu Aug 13, 2009 8:47 pm
Forum: PSP Development
Topic: File modification time display issue
Replies: 2
Views: 1226

standard one from <time.h> If you want a test program: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <sys/types.h> #include <sys/stat.h> #define NB_SAVEGAMES 4 char save_list&#91;NB_SAVEGAMES&#93;&#91;20&#93;; void create_savegame_list&#40;...
by Aperture
Thu Aug 13, 2009 8:28 pm
Forum: PSP Development
Topic: File modification time display issue
Replies: 2
Views: 1226

File modification time display issue

Hello all, In a custom savegame menu, I am trying to display the modification time of my gamesave files, but the time stamps obtained with the code below are all in 2004.04.08 instead of the current date on PSP. The same code gives the expected results on Linux however, and when converting the time_...