neverball
17 years agoVery minimalistic simplification of some code in ball/util.c.
parasti [Wed, 2 Aug 2006 12:36:10 +0000 (12:36 +0000)]
Very minimalistic simplification of some code in ball/util.c.

git-svn-id: https://s.snth.net/svn/neverball/trunk@529 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoClean-up the level structure.
parasti [Wed, 2 Aug 2006 10:43:05 +0000 (10:43 +0000)]
Clean-up the level structure.

git-svn-id: https://s.snth.net/svn/neverball/trunk@528 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoClean-up recently added code in share/solid.c.
parasti [Wed, 2 Aug 2006 10:11:40 +0000 (10:11 +0000)]
Clean-up recently added code in share/solid.c.

git-svn-id: https://s.snth.net/svn/neverball/trunk@527 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoReformat code to fit in 80 columns. Jean, I cannot answer your
parasti [Wed, 2 Aug 2006 09:42:49 +0000 (09:42 +0000)]
Reformat code to fit in 80 columns.  Jean, I cannot answer your
question but I'm pretty sure that this is not the right place to ask
it.

git-svn-id: https://s.snth.net/svn/neverball/trunk@526 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoRetab ball/level.h.
parasti [Tue, 1 Aug 2006 21:30:12 +0000 (21:30 +0000)]
Retab ball/level.h.

git-svn-id: https://s.snth.net/svn/neverball/trunk@525 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoPut metadata near the begin of the sol files, therefore loading set is realy faster
mrtout [Tue, 1 Aug 2006 20:44:11 +0000 (20:44 +0000)]
Put metadata near the begin of the sol files, therefore loading set is realy faster

git-svn-id: https://s.snth.net/svn/neverball/trunk@524 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agofix #18
mrtout [Tue, 1 Aug 2006 19:59:36 +0000 (19:59 +0000)]
fix #18

git-svn-id: https://s.snth.net/svn/neverball/trunk@523 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoFix #69
mrtout [Tue, 1 Aug 2006 19:35:20 +0000 (19:35 +0000)]
Fix #69

git-svn-id: https://s.snth.net/svn/neverball/trunk@522 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoKill tabs.
parasti [Tue, 1 Aug 2006 18:14:14 +0000 (18:14 +0000)]
Kill tabs.

git-svn-id: https://s.snth.net/svn/neverball/trunk@521 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agodisplay play mode on the level title
mrtout [Tue, 1 Aug 2006 16:40:57 +0000 (16:40 +0000)]
display play mode on the level title

git-svn-id: https://s.snth.net/svn/neverball/trunk@520 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoupdate french translation
mrtout [Tue, 1 Aug 2006 16:27:06 +0000 (16:27 +0000)]
update french translation

git-svn-id: https://s.snth.net/svn/neverball/trunk@519 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoMinor code simplification in share/i18n.c
parasti [Tue, 1 Aug 2006 15:12:16 +0000 (15:12 +0000)]
Minor code simplification in share/i18n.c

git-svn-id: https://s.snth.net/svn/neverball/trunk@518 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoMark audio files for localisation (just Ball) and allow for comments
parasti [Sat, 22 Jul 2006 22:57:38 +0000 (22:57 +0000)]
Mark audio files for localisation (just Ball) and allow for comments
tagged with "TRANSLATORS" to be included in PO files.

git-svn-id: https://s.snth.net/svn/neverball/trunk@517 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoFix code formatting.
parasti [Mon, 17 Jul 2006 16:39:23 +0000 (16:39 +0000)]
Fix code formatting.

git-svn-id: https://s.snth.net/svn/neverball/trunk@516 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoMisc.
parasti [Mon, 17 Jul 2006 14:39:54 +0000 (14:39 +0000)]
Misc.

Change a bunch of perror() calls by ones to strerror() to simplify the
code and to allow translators to choose the position of the message
themselves.

Move code around for viewing pleasure.

Try and avoid carrying 'res' around.  C has better ways.

Another language lesson:  use idioms.  'else if', 'else if', 'else
if' look a lot better as a switch statement.

Update Latvian translation.

git-svn-id: https://s.snth.net/svn/neverball/trunk@515 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoAnother portable object update.
parasti [Sun, 16 Jul 2006 17:04:28 +0000 (17:04 +0000)]
Another portable object update.

git-svn-id: https://s.snth.net/svn/neverball/trunk@514 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoFix format string. Oops.
parasti [Sun, 16 Jul 2006 17:04:07 +0000 (17:04 +0000)]
Fix format string.  Oops.

git-svn-id: https://s.snth.net/svn/neverball/trunk@513 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoPO update...
parasti [Sun, 16 Jul 2006 16:41:57 +0000 (16:41 +0000)]
PO update...

git-svn-id: https://s.snth.net/svn/neverball/trunk@512 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agodemo_header_write() now writes the header. :-P
parasti [Sun, 16 Jul 2006 10:10:09 +0000 (10:10 +0000)]
demo_header_write() now writes the header.  :-P

git-svn-id: https://s.snth.net/svn/neverball/trunk@511 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoPut "replay" field back: doesn't work only in the "end" screen.
parasti [Sat, 15 Jul 2006 22:37:38 +0000 (22:37 +0000)]
Put "replay" field back:  doesn't work only in the "end" screen.

git-svn-id: https://s.snth.net/svn/neverball/trunk@510 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoMoved extension and basename stuff to demo_scan_file(), so
parasti [Sat, 15 Jul 2006 21:56:41 +0000 (21:56 +0000)]
Moved extension and basename stuff to demo_scan_file(), so
demo_header_read() now does just that:  reads the header.  The
"replay" field in demo status screen is broken, so I left it empty for
now.

I'm a bit over my head here, so this commit might introduce a thousand
bugs:  if you find any, this is most likely what caused it.

git-svn-id: https://s.snth.net/svn/neverball/trunk@509 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoBoring clean-up: there are some things 'indent' is really not good at.
parasti [Sat, 15 Jul 2006 16:56:43 +0000 (16:56 +0000)]
Boring clean-up:  there are some things 'indent' is really not good at.

git-svn-id: https://s.snth.net/svn/neverball/trunk@508 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoChanged unlink() to remove(). Some warnings about implicit
parasti [Fri, 14 Jul 2006 23:01:40 +0000 (23:01 +0000)]
Changed unlink() to remove().  Some warnings about implicit
declarations were seen on Windows (no unistd.h available) and I don't
see why this would not work.  Please yell if this breaks something.

git-svn-id: https://s.snth.net/svn/neverball/trunk@507 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoDirectly link to libpng.
parasti [Fri, 14 Jul 2006 10:41:51 +0000 (10:41 +0000)]
Directly link to libpng.

git-svn-id: https://s.snth.net/svn/neverball/trunk@506 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoMore clean-up. Also removed the FPS lock, see
parasti [Wed, 12 Jul 2006 21:32:42 +0000 (21:32 +0000)]
More clean-up.  Also removed the FPS lock, see
http://www.nevercorner.net/forum/viewtopic.php?pid=4111#p4111 for
reasoning.  Sorry, Dave!

git-svn-id: https://s.snth.net/svn/neverball/trunk@505 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoSome very humble code pretty-up.
parasti [Wed, 12 Jul 2006 15:51:20 +0000 (15:51 +0000)]
Some very humble code pretty-up.

git-svn-id: https://s.snth.net/svn/neverball/trunk@504 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoYet another Latvian translation update.
parasti [Tue, 11 Jul 2006 12:28:34 +0000 (12:28 +0000)]
Yet another Latvian translation update.

git-svn-id: https://s.snth.net/svn/neverball/trunk@503 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoadded parasti(spelling?) to special thanks of AUTHORS.
jolynsbass [Tue, 11 Jul 2006 00:23:40 +0000 (00:23 +0000)]
added parasti(spelling?) to special thanks of AUTHORS.

git-svn-id: https://s.snth.net/svn/neverball/trunk@502 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoLatvian translation update.
parasti [Mon, 10 Jul 2006 12:16:59 +0000 (12:16 +0000)]
Latvian translation update.

git-svn-id: https://s.snth.net/svn/neverball/trunk@501 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoBegin rewriting Latvian translation.
parasti [Mon, 10 Jul 2006 10:40:14 +0000 (10:40 +0000)]
Begin rewriting Latvian translation.

git-svn-id: https://s.snth.net/svn/neverball/trunk@500 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoPO update.
parasti [Mon, 10 Jul 2006 10:37:18 +0000 (10:37 +0000)]
PO update.

git-svn-id: https://s.snth.net/svn/neverball/trunk@499 78b8d119-cf0a-0410-b17c-f493084dd1d7

17 years agoSimplify call to memset in config_init(). Don't link to FreeType,
parasti [Sun, 9 Jul 2006 19:55:38 +0000 (19:55 +0000)]
Simplify call to memset in config_init().  Don't link to FreeType,
because it's an SDL_ttf dependency and not used directly.

git-svn-id: https://s.snth.net/svn/neverball/trunk@498 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agotweaks in 2 maps
mym [Sat, 8 Jul 2006 13:37:46 +0000 (13:37 +0000)]
tweaks in 2 maps

git-svn-id: https://s.snth.net/svn/neverball/trunk@497 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agotweaks
mym [Sat, 8 Jul 2006 11:42:22 +0000 (11:42 +0000)]
tweaks

git-svn-id: https://s.snth.net/svn/neverball/trunk@496 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoAdd Dev-Cpp project for Putt.
parasti [Fri, 7 Jul 2006 12:09:19 +0000 (12:09 +0000)]
Add Dev-Cpp project for Putt.

git-svn-id: https://s.snth.net/svn/neverball/trunk@495 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoCheck in Dev-Cpp project for Ball.
parasti [Fri, 7 Jul 2006 11:57:06 +0000 (11:57 +0000)]
Check in Dev-Cpp project for Ball.

git-svn-id: https://s.snth.net/svn/neverball/trunk@494 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemove SDL_mixer from base config (I doubt mapc needs that) and update
parasti [Fri, 7 Jul 2006 11:07:27 +0000 (11:07 +0000)]
Remove SDL_mixer from base config (I doubt mapc needs that) and update
mapc project file.

git-svn-id: https://s.snth.net/svn/neverball/trunk@493 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoAdd Dev-Cpp project file for mapc.
parasti [Thu, 6 Jul 2006 19:27:29 +0000 (19:27 +0000)]
Add Dev-Cpp project file for mapc.

git-svn-id: https://s.snth.net/svn/neverball/trunk@492 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoSimplify code: say it in C.
parasti [Wed, 5 Jul 2006 20:02:05 +0000 (20:02 +0000)]
Simplify code:  say it in C.

git-svn-id: https://s.snth.net/svn/neverball/trunk@491 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoChange SOL "magic number" to 0x4c4f53af. See rationale in the log of
parasti [Wed, 5 Jul 2006 16:40:39 +0000 (16:40 +0000)]
Change SOL "magic number" to 0x4c4f53af.  See rationale in the log of
changeset:485 (s/NBR/SOL/).

git-svn-id: https://s.snth.net/svn/neverball/trunk@490 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemove put_string and get_string: not used anymore.
parasti [Wed, 5 Jul 2006 16:29:28 +0000 (16:29 +0000)]
Remove put_string and get_string:  not used anymore.

git-svn-id: https://s.snth.net/svn/neverball/trunk@489 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoTurn w and h parameters of image_snap into local variables.
parasti [Wed, 5 Jul 2006 16:26:54 +0000 (16:26 +0000)]
Turn w and h parameters of image_snap into local variables.

git-svn-id: https://s.snth.net/svn/neverball/trunk@488 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoMoving st_demo_* declarations back in the header, to keep them in one place.
parasti [Wed, 5 Jul 2006 14:15:51 +0000 (14:15 +0000)]
Moving st_demo_* declarations back in the header, to keep them in one place.

git-svn-id: https://s.snth.net/svn/neverball/trunk@487 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoSomewhat improve code uniformity.
parasti [Wed, 5 Jul 2006 13:56:38 +0000 (13:56 +0000)]
Somewhat improve code uniformity.

git-svn-id: https://s.snth.net/svn/neverball/trunk@486 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoChange magic number of replays. (See
parasti [Wed, 5 Jul 2006 11:07:54 +0000 (11:07 +0000)]
Change magic number of replays.  (See
http://www.nevercorner.net/forum/viewtopic.php?id=591.)  It is now
0x52424EAF which when written to the file in little-endian byte order
reads as "\xafNBR" (non-printable byte and "Never-Ball-Replay").
Don't change it.  :-P

Also some minor code clean-up.

git-svn-id: https://s.snth.net/svn/neverball/trunk@485 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agototal reforge of learngrow
mym [Tue, 4 Jul 2006 22:05:26 +0000 (22:05 +0000)]
total reforge of learngrow

git-svn-id: https://s.snth.net/svn/neverball/trunk@484 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoAutosave.
parasti [Tue, 4 Jul 2006 21:19:42 +0000 (21:19 +0000)]
Autosave.

Just kidding.  Saving some cosmetic changes while I haven't forgot.

git-svn-id: https://s.snth.net/svn/neverball/trunk@483 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoMore docstring clean-up. Renamed REPLAY_VERSION to DEMO_VERSION.
parasti [Tue, 4 Jul 2006 21:03:35 +0000 (21:03 +0000)]
More docstring clean-up.  Renamed REPLAY_VERSION to DEMO_VERSION.

git-svn-id: https://s.snth.net/svn/neverball/trunk@482 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemoved gettextdbg() which apparently served no purpose whatsoever.
parasti [Tue, 4 Jul 2006 20:53:52 +0000 (20:53 +0000)]
Removed gettextdbg() which apparently served no purpose whatsoever.
Fixed some indentation (from 8 to 4 spaces), moved some "docstrings"
above functions to keep the interface in sight and pretty things up a
little.

git-svn-id: https://s.snth.net/svn/neverball/trunk@481 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoMinor code clean-up.
parasti [Tue, 4 Jul 2006 14:49:27 +0000 (14:49 +0000)]
Minor code clean-up.

git-svn-id: https://s.snth.net/svn/neverball/trunk@480 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agonew neverputt ico/png. fixed neverball ico.
jammnrose [Mon, 3 Jul 2006 06:42:04 +0000 (06:42 +0000)]
new neverputt ico/png. fixed neverball ico.

git-svn-id: https://s.snth.net/svn/neverball/trunk@479 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agotexture values for edge2-prplecheck.jpg were not present
jammnrose [Mon, 3 Jul 2006 04:10:18 +0000 (04:10 +0000)]
texture values for edge2-prplecheck.jpg were not present

git-svn-id: https://s.snth.net/svn/neverball/trunk@478 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoPO update.
parasti [Sun, 2 Jul 2006 00:56:35 +0000 (00:56 +0000)]
PO update.

git-svn-id: https://s.snth.net/svn/neverball/trunk@477 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoCall SDL_WM_SetIcon before SDL_SetVideoMode as suggested by the docs.
parasti [Sat, 1 Jul 2006 15:13:58 +0000 (15:13 +0000)]
Call SDL_WM_SetIcon before SDL_SetVideoMode as suggested by the docs.

git-svn-id: https://s.snth.net/svn/neverball/trunk@476 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemove "angle" attribute of info_player_start. See
parasti [Sat, 1 Jul 2006 10:39:39 +0000 (10:39 +0000)]
Remove "angle" attribute of info_player_start.  See
http://www.nevercorner.net/forum/viewtopic.php?id=614.

git-svn-id: https://s.snth.net/svn/neverball/trunk@475 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemove redundant else clause.
parasti [Sat, 1 Jul 2006 10:19:06 +0000 (10:19 +0000)]
Remove redundant else clause.

git-svn-id: https://s.snth.net/svn/neverball/trunk@474 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agotweaks to reduce risk to fall out
mym [Tue, 27 Jun 2006 15:38:27 +0000 (15:38 +0000)]
tweaks to reduce risk to fall out

git-svn-id: https://s.snth.net/svn/neverball/trunk@473 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agomass barrier changes
mym [Tue, 27 Jun 2006 14:59:41 +0000 (14:59 +0000)]
mass barrier changes

git-svn-id: https://s.snth.net/svn/neverball/trunk@472 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agotweaks in learngrow
mym [Mon, 26 Jun 2006 12:16:59 +0000 (12:16 +0000)]
tweaks in learngrow

git-svn-id: https://s.snth.net/svn/neverball/trunk@471 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoreduce risks to fall out easily, and some tweaks
mym [Sun, 25 Jun 2006 21:06:23 +0000 (21:06 +0000)]
reduce risks to fall out easily, and some tweaks

git-svn-id: https://s.snth.net/svn/neverball/trunk@470 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoadd a gray-turf texture to back and side faces
mym [Sun, 25 Jun 2006 18:23:47 +0000 (18:23 +0000)]
add a gray-turf texture to back and side faces

git-svn-id: https://s.snth.net/svn/neverball/trunk@469 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoThere was a space missing between parameters in a call to grow_ball()...
parasti [Sun, 25 Jun 2006 11:50:09 +0000 (11:50 +0000)]
There was a space missing between parameters in a call to grow_ball()...

git-svn-id: https://s.snth.net/svn/neverball/trunk@468 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agolight fix in learngrow
mym [Sat, 24 Jun 2006 21:40:58 +0000 (21:40 +0000)]
light fix in learngrow

git-svn-id: https://s.snth.net/svn/neverball/trunk@467 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoimprovment of learngrow
mym [Sat, 24 Jun 2006 18:39:31 +0000 (18:39 +0000)]
improvment of learngrow

git-svn-id: https://s.snth.net/svn/neverball/trunk@466 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoReverting some demo header modifications to keep the size constant. See
parasti [Sat, 24 Jun 2006 10:15:37 +0000 (10:15 +0000)]
Reverting some demo header modifications to keep the size constant.  See
http://www.nevercorner.net/forum/viewtopic.php?id=611 for more info.

git-svn-id: https://s.snth.net/svn/neverball/trunk@465 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agonew attempt for learngrow
mym [Fri, 23 Jun 2006 23:39:01 +0000 (23:39 +0000)]
new attempt for learngrow

git-svn-id: https://s.snth.net/svn/neverball/trunk@464 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoimprove learngrow
mym [Fri, 23 Jun 2006 14:09:48 +0000 (14:09 +0000)]
improve learngrow

git-svn-id: https://s.snth.net/svn/neverball/trunk@463 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agotweak in learngrow
mym [Fri, 23 Jun 2006 09:32:21 +0000 (09:32 +0000)]
tweak in learngrow

git-svn-id: https://s.snth.net/svn/neverball/trunk@462 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agonew easy level
mym [Fri, 23 Jun 2006 09:29:45 +0000 (09:29 +0000)]
new easy level

git-svn-id: https://s.snth.net/svn/neverball/trunk@461 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemoving bright "Set Complete" message from level selection screen. All levels
parasti [Thu, 22 Jun 2006 16:40:23 +0000 (16:40 +0000)]
Removing bright "Set Complete" message from level selection screen.  All levels
unlocked == set complete.

git-svn-id: https://s.snth.net/svn/neverball/trunk@460 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRandom tiny modifications:
parasti [Sun, 18 Jun 2006 17:06:45 +0000 (17:06 +0000)]
Random tiny modifications:

  * MANUAL: hopelessly tried to update and failed;
  * share/base_config.c: removed redundant call to getenv;
  * data/map-easy2/canals-ton.map: changed texture from turf-grey-dark
    back to turf-grey.

git-svn-id: https://s.snth.net/svn/neverball/trunk@459 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoUpdate INSTALL.
parasti [Sun, 18 Jun 2006 15:24:27 +0000 (15:24 +0000)]
Update INSTALL.

git-svn-id: https://s.snth.net/svn/neverball/trunk@458 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoAccidentally removed a linebreak.
parasti [Thu, 15 Jun 2006 22:08:13 +0000 (22:08 +0000)]
Accidentally removed a linebreak.

git-svn-id: https://s.snth.net/svn/neverball/trunk@457 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoFix intro message in ocean-paul.map.
parasti [Thu, 15 Jun 2006 22:05:26 +0000 (22:05 +0000)]
Fix intro message in ocean-paul.map.

git-svn-id: https://s.snth.net/svn/neverball/trunk@456 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoMinor documentation update.
parasti [Thu, 15 Jun 2006 14:09:17 +0000 (14:09 +0000)]
Minor documentation update.

git-svn-id: https://s.snth.net/svn/neverball/trunk@455 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoFixed ticket:77. I'm abusing a related bug. Set screenshots are now
parasti [Thu, 15 Jun 2006 11:09:39 +0000 (11:09 +0000)]
Fixed ticket:77.  I'm abusing a related bug.  Set screenshots are now
written to where ever the SOLs are, i.e., directly into the data directory.
When level filenames will be relative to the data directory again, this should
work just as it did before.

git-svn-id: https://s.snth.net/svn/neverball/trunk@454 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoadded an easy grow-coin level
jolynsbass [Wed, 14 Jun 2006 02:45:09 +0000 (02:45 +0000)]
added an easy grow-coin level

git-svn-id: https://s.snth.net/svn/neverball/trunk@453 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoMinor tweaks in TRANSLATIONS.
parasti [Tue, 13 Jun 2006 21:27:21 +0000 (21:27 +0000)]
Minor tweaks in TRANSLATIONS.

git-svn-id: https://s.snth.net/svn/neverball/trunk@452 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoHopefully fixes ticket:78 and hopefully doesn't break anything.
parasti [Tue, 13 Jun 2006 14:37:21 +0000 (14:37 +0000)]
Hopefully fixes ticket:78 and hopefully doesn't break anything.

git-svn-id: https://s.snth.net/svn/neverball/trunk@451 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoChanged usage message from macro to a constant string.
parasti [Mon, 12 Jun 2006 16:16:01 +0000 (16:16 +0000)]
Changed usage message from macro to a constant string.

git-svn-id: https://s.snth.net/svn/neverball/trunk@450 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemove duplicate macro definition.
parasti [Mon, 12 Jun 2006 15:58:52 +0000 (15:58 +0000)]
Remove duplicate macro definition.

git-svn-id: https://s.snth.net/svn/neverball/trunk@449 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoTurned some constants into macros, and cleaned up code / comments a little.
parasti [Sun, 11 Jun 2006 22:07:22 +0000 (22:07 +0000)]
Turned some constants into macros, and cleaned up code / comments a little.

git-svn-id: https://s.snth.net/svn/neverball/trunk@448 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoAdding some basic instructions for future translations. Based on
parasti [Sun, 11 Jun 2006 21:41:11 +0000 (21:41 +0000)]
Adding some basic instructions for future translations.  Based on
Jean's post at http://www.nevercorner.net/forum/viewtopic.php?id=422

git-svn-id: https://s.snth.net/svn/neverball/trunk@447 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoDone with header clean-up.
parasti [Sat, 10 Jun 2006 20:31:03 +0000 (20:31 +0000)]
Done with header clean-up.

git-svn-id: https://s.snth.net/svn/neverball/trunk@446 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoa little cleanup of unnecessary code
jolynsbass [Sat, 10 Jun 2006 20:30:32 +0000 (20:30 +0000)]
a little cleanup of unnecessary code

git-svn-id: https://s.snth.net/svn/neverball/trunk@445 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoFixed any possibility of ball size being incorrectly stored from level to level,...
jolynsbass [Sat, 10 Jun 2006 20:20:51 +0000 (20:20 +0000)]
Fixed any possibility of ball size being incorrectly stored from level to level, or from ESC'ing from a level while big or small.

git-svn-id: https://s.snth.net/svn/neverball/trunk@444 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoStarting header clean-up.
parasti [Sat, 10 Jun 2006 20:20:17 +0000 (20:20 +0000)]
Starting header clean-up.

git-svn-id: https://s.snth.net/svn/neverball/trunk@443 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoKill trailing whitespace.
parasti [Sat, 10 Jun 2006 16:28:33 +0000 (16:28 +0000)]
Kill trailing whitespace.

git-svn-id: https://s.snth.net/svn/neverball/trunk@442 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agofixed other retry points for the grow ball so it will always function correctly
jolynsbass [Sat, 10 Jun 2006 13:56:56 +0000 (13:56 +0000)]
fixed other retry points for the grow ball so it will always function correctly

git-svn-id: https://s.snth.net/svn/neverball/trunk@441 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoAdded Grow coin textures, and fixed small grow bug.
jolynsbass [Sat, 10 Jun 2006 13:47:35 +0000 (13:47 +0000)]
Added Grow coin textures, and fixed small grow bug.

git-svn-id: https://s.snth.net/svn/neverball/trunk@440 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agovalid C comments
mym [Sat, 10 Jun 2006 07:38:16 +0000 (07:38 +0000)]
valid C comments

git-svn-id: https://s.snth.net/svn/neverball/trunk@439 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoBall can grow and shrink with special coins.
jolynsbass [Sat, 10 Jun 2006 05:37:21 +0000 (05:37 +0000)]
Ball can grow and shrink with special coins.
There is surely a better custom texture for the coins.
My demo level can(and should!) be deleted eventually.

git-svn-id: https://s.snth.net/svn/neverball/trunk@438 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoFix indentation.
parasti [Thu, 8 Jun 2006 10:58:57 +0000 (10:58 +0000)]
Fix indentation.

git-svn-id: https://s.snth.net/svn/neverball/trunk@437 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoDisable shadow in set snapshots.
parasti [Thu, 8 Jun 2006 10:17:44 +0000 (10:17 +0000)]
Disable shadow in set snapshots.

git-svn-id: https://s.snth.net/svn/neverball/trunk@436 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemove default last set macro.
parasti [Thu, 8 Jun 2006 09:45:46 +0000 (09:45 +0000)]
Remove default last set macro.

git-svn-id: https://s.snth.net/svn/neverball/trunk@435 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemove "last_set" config option. Resolves ticket:49.
parasti [Thu, 8 Jun 2006 09:41:23 +0000 (09:41 +0000)]
Remove "last_set" config option.  Resolves ticket:49.

git-svn-id: https://s.snth.net/svn/neverball/trunk@434 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agolv.po update.
parasti [Tue, 6 Jun 2006 00:00:58 +0000 (00:00 +0000)]
lv.po update.

git-svn-id: https://s.snth.net/svn/neverball/trunk@433 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoRemove trailing whitespace from source code.
parasti [Mon, 5 Jun 2006 19:01:50 +0000 (19:01 +0000)]
Remove trailing whitespace from source code.

git-svn-id: https://s.snth.net/svn/neverball/trunk@432 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoShared code clean-up. One more and I suppose it's done.
parasti [Mon, 5 Jun 2006 18:50:10 +0000 (18:50 +0000)]
Shared code clean-up.  One more and I suppose it's done.

git-svn-id: https://s.snth.net/svn/neverball/trunk@431 78b8d119-cf0a-0410-b17c-f493084dd1d7

18 years agoFix filling in demo name on Windows. The last directory delimiter will always
parasti [Mon, 5 Jun 2006 14:59:46 +0000 (14:59 +0000)]
Fix filling in demo name on Windows.  The last directory delimiter will always
be a "/", cause that's what config_file() puts there.

git-svn-id: https://s.snth.net/svn/neverball/trunk@430 78b8d119-cf0a-0410-b17c-f493084dd1d7