| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| lmarbles-1.2.tar.gz | 2026-09-15 | 1.1 MB | |
| readme | 2026-09-15 | 3.9 kB | |
| lmarbles-1.1.2.tar.gz | 2026-07-28 | 1.0 MB | |
| lmarbles-1.1.1.tar.gz | 2026-06-04 | 1.0 MB | |
| lmarbles-1.1.tar.gz | 2026-05-31 | 1.0 MB | |
| lmarbles-1.0.8-win32.zip | 2020-12-29 | 1.8 MB | |
| lmarbles-1.0.8.tar.gz | 2009-10-26 | 914.2 kB | |
| lmarbles-1.0.7.tar.gz | 2004-06-15 | 829.6 kB | |
| Totals: 8 Items | 7.6 MB | 11 | |
1.2: - improved teleporter sound (2026/09/15 MS) - migrated to SDL2 (2026/09/15 MS) 1.1.2: - fixed time limits for all puzzles (2026/07/28 MS) - added menu option for low time alert (2026/06/27 MS) - fixed color key for crumbling walls (2026/06/21 MS) 1.1.1: - configurable config dir (2026/06/04 MS) - updated icon install location (2026/06/04 MS) - added missing manpage lmarbles.6 (2026/06/04 MS) 1.1: - fixed colorkey of teleporters (2026/05/30 MS) - speed up marble movement and deny skip for time limit (2026/05/10 MS) - replaced difficulty with level rating (2026/04/15 MS) - levels have move or time limit (2026/04/12 MS) - use only one profile (2026/04/10 MS) - config/profile always use ASCII encoding (2026/04/05 MS) - updated configuration/make process (2026/04/04 MS) - added gettext support and german localization (12/02/25 MS) 1.0.8: - added XDG desktop support (09/10/26 MS) - fixed configuration process (09/10/26 MS) - removed -Wall from CC arguments for better portability (06/04/01 PM) 1.0.7: - configure option --with-profile-path has been replaced with autoconf option --localstatedir (04/06/14 M.S.) - data files will be installed to $datadir/lmarbles instead of $datadir/games/lmarbles (04/06/14 M.S.) - replaced strlen with sizeof when building config path (04/06/09 M.S.) - renamed marbles.prfs to lmarbles.prfs in the Makefile (04/06/09 M.S.) - included header for NetBSD (03/09/30 H.F.) 1.0.6: - renamed project to LMarbles (02/11/24 M.S.) - fixed security holes created by improper use of sprintf (02/11/24 M.S.) 1.0.5: - switched to SDL_mixer (02/08/10 L.R.) - bunch of memory leaks fixed (02/08/10 L.R.) - for Win32: (02/08/10 L.R.) - edit bug fixed - installation details added to README - much improved installation system - files are always opened in binary mode - transparency bug fix 1.0.4: - fixed a bug in the sound server that caused Marbles to crash when exiting too fast (01/07/02 M.S.) - fixed a bug that caused Marbles to forget the last used profile (01/07/02 M.S.) - fixed a bug in autoswitch which restarted the level when the figure was completed with the last move (01/07/02 M.S.) - fixed a bug in restart routine that allowed selection of a ghost marble (01/07/02 M.S.) 1.0.3: - score is now properly modified (02/06/24 M.S.) - fixed a bug that caused an infinite loop when left-clicking an empty tile directly after deselecting a marble (02/06/22 M.S.) - added a missing include at top of timer.c 1.0.2 -compileable for Win32 with MinGW -fixed more color keys -using gettimeofday() instead of ftime() for compatibility with FreeBSD 1.0.1: -no crash when pressing move key when no marble is selected -configure option 'with-profile-path' named correctly -color key of marbles set correctly 1.0: -moved config file to ~/.lgames/marbles.conf -rearranged the levelsets into one set with 32 levels where each level has now a move limit instead of a time limit (now you'll have time to think) -fixed some warnings -profile path is no longer hard-coded -profile directory is created if not existing -not 100% cputime consumed -ASCII option ( big-endian ) works again -man page properly installed 010307: -minor bug fixes -added an 'experimental' levelset with a move limit instead of a time limit (tell me what you think of this!) -on a graphic a marble blinks -added manual page (thanks to Uwe Hermann) -fixed all '-Wall' warnings (thanks again) -script 'missing' is now executable (and again :) 001211: -various difficulty levels (e.g. 'Training' with no time limit) -marbles move faster; in 'training mode' they can even be 'warped' -you can use your keyboard to move a marble -'save as ascii' configure option (for big-endian) -works with any bit depth (16 bits no longer hard-coded) 001126: -various bug fixes (most important: chapters are opened properly, profile file included) 001124: -initial public release