rx3715 owner Try last update. In menu select <Tools>/<Show Input>. Then in the centre of the status bar you can see appropriate action for pressed button (<S>nap, <L>eft, <U>p, <D>own, <R>ignt, <F>ire). If you can find action without appropriate button tell me.
Update:(http://paltch.at.tut.by/)
No more "EL_PLAYER_IS_LEAVING overflow" bug;
On Pocket PC sound on/off is working now;
No more Axim X30 button lag (I think).
Holger
Just write a word when you will ready for Mophun and I will send you last source code.
Update: ( http://paltch.at.tut.by/ ) Old PalmOS version should be uninstalled before installing new; PocketPC version levelsets limitation is 50 now; No more debug messages on changing levels and levelsets on PPC; Envelopes work fine on PPC. Holger Some days ago I just finished splitting code on 2 ...
I just tried it, and although it's playable... Which device? Which speed?(FPS at the center of status bar) There needs to be a better way to select levelsets. With a lot of levelsets, it overflows. 10 is limitation (on PPC I can do more if you want). Envelopes cause graphics glitches. PalmOS should...
Well, now I can say, that my limited port of Rocks and Diamonds (no any custom things and not good sound engine) can be run on color ARM PocketPC (integrated ZIP support for levels, sounds and graphics) and color and greyscale device with at least Palm OS 3.5. For example, on Dell AXIM X30Mid PPC wi...
1. In files.c in setLevelInfoToDefaults code do next things: level->block_delay = 8; level->sp_block_delay = 9; Later in LoadLevel_InitVersion code do this: level->block_delay = (level->block_last_field ? 7 : 1); level->sp_block_delay = (level->sp_block_last_field ? 7 : 1); Maybe we need 8 instead o...
Holger Are there any other new files/archives? All archives are the same, but at sources I add Socoban2Parts, which split one levelset text sokoban file into separate level files. What are the main changes? Well, in level 24 of Supaplex (I was playing it a week ago) there was many inactive elements...