neverball
16 years agoHigh scores: Patched basically the first half of Neverball Hard (not including bonus...
CSY [Fri, 9 May 2008 20:27:00 +0000 (20:27 +0000)]
High scores: Patched basically the first half of Neverball Hard (not including bonus levels).

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

16 years agopaths: s/unlock_hs/goal_hs/
parasti [Thu, 8 May 2008 22:57:41 +0000 (22:57 +0000)]
paths: s/unlock_hs/goal_hs/

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

16 years agoDue to a damaged working copy on another system, the set-hard.txt was part of the...
CSY [Thu, 8 May 2008 21:46:57 +0000 (21:46 +0000)]
Due to a damaged working copy on another system, the set-hard.txt was part of the csy-extras branch instead of the trunk. This merges this change to the trunk.

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

16 years agoHigh scores: Did and fixed a level of Neverball Hard and updated descriptions.
CSY [Thu, 8 May 2008 20:33:36 +0000 (20:33 +0000)]
High scores: Did and fixed a level of Neverball Hard and updated descriptions.

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

16 years agomapc: rename most "swap_*" functions to "apply_*_swaps"
parasti [Thu, 8 May 2008 16:15:33 +0000 (16:15 +0000)]
mapc: rename most "swap_*" functions to "apply_*_swaps"

The only remaining swap_ functions are those that swap elements directly
without using a pre-built "swaps" mapping table.

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

16 years agoSmall white-space and indentation tweaks
parasti [Thu, 8 May 2008 16:14:53 +0000 (16:14 +0000)]
Small white-space and indentation tweaks

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

16 years agomapc: minimise expensive swap operations when reordering data
parasti [Thu, 8 May 2008 16:14:14 +0000 (16:14 +0000)]
mapc: minimise expensive swap operations when reordering data

uau writes[*]:
> This patch fixes extremely inefficient reordering of some data
> structures in mapc.  On my machine it makes mapc run about 3.4 times
> as fast as before when tested with ufo.map (which was an especially
> slow case). The patch is over 200 lines long but the changes are quite
> simple and just repeated for different data structures.
>
> The old code worked as follows: Decide to change A to B, go over all
> objects and change references to A to references to B. Decide to
> change C to D, go over all objects and change references to C to
> references to D. Decide to change E to F, go over all objects... and
> so on. This code first builds a mapping table of what should change to
> what (A->B, B->B, C->D, D->D, E->F, F->F) and then goes over all
> objects only once changing everything according to the table.

[*] http://www.nevercorner.net/forum/viewtopic.php?id=1445

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

16 years agobumper.map: Removed duplicate lump
elviz [Wed, 7 May 2008 20:18:10 +0000 (20:18 +0000)]
bumper.map: Removed duplicate lump

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

16 years agoAccidentally committed mapc.c
KrabbyKrap [Wed, 7 May 2008 05:07:56 +0000 (05:07 +0000)]
Accidentally committed mapc.c

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

16 years agoRestart updates
KrabbyKrap [Wed, 7 May 2008 05:04:17 +0000 (05:04 +0000)]
Restart updates

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

16 years agoNevermania: Tweaks
elviz [Wed, 7 May 2008 01:32:06 +0000 (01:32 +0000)]
Nevermania: Tweaks

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

16 years agoNevermania: Tweaks
elviz [Tue, 6 May 2008 01:12:09 +0000 (01:12 +0000)]
Nevermania: Tweaks

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

16 years agoNevermania: Tweaks
elviz [Fri, 2 May 2008 22:25:47 +0000 (22:25 +0000)]
Nevermania: Tweaks

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

16 years agoRevert "Merge 'putt-collisions' branch"
parasti [Fri, 2 May 2008 18:25:20 +0000 (18:25 +0000)]
Revert "Merge 'putt-collisions' branch"

Patch still without review and apparently also quite buggy[*].

[*] http://www.nevercorner.net/forum/viewtopic.php?pid=17093#p17093

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

16 years agoMerge 'putt-collisions' branch
KrabbyKrap [Thu, 1 May 2008 23:04:35 +0000 (23:04 +0000)]
Merge 'putt-collisions' branch

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

16 years agoAllow spaces in config values
parasti [Wed, 30 Apr 2008 21:21:07 +0000 (21:21 +0000)]
Allow spaces in config values

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

16 years agoNUL-terminate long player names in config screen
parasti [Wed, 30 Apr 2008 21:21:00 +0000 (21:21 +0000)]
NUL-terminate long player names in config screen

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

16 years agoRemoved extra whitespace
KrabbyKrap [Sun, 27 Apr 2008 05:49:15 +0000 (05:49 +0000)]
Removed extra whitespace

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

16 years agoSimple smooth fix
KrabbyKrap [Sun, 27 Apr 2008 04:52:32 +0000 (04:52 +0000)]
Simple smooth fix

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

16 years agoFixed - There was an long-standing error in the Neverball Easy level "Curved". Its...
CSY [Fri, 25 Apr 2008 19:18:14 +0000 (19:18 +0000)]
Fixed - There was an long-standing error in the Neverball Easy level "Curved". Its Hard high score was 91 coins, but actually had 92.

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

16 years agospacetime.map: New goal blocker
elviz [Thu, 24 Apr 2008 23:35:16 +0000 (23:35 +0000)]
spacetime.map: New goal blocker

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

16 years agoUpdate several intro messages
parasti [Thu, 24 Apr 2008 00:41:21 +0000 (00:41 +0000)]
Update several intro messages

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

16 years agoHigh scores: Duplicated time_hs renamed to goal_hs on affected levels. (omitted a...
CSY [Thu, 24 Apr 2008 00:06:56 +0000 (00:06 +0000)]
High scores: Duplicated time_hs renamed to goal_hs on affected levels. (omitted a level)

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

16 years agoHigh scores: Duplicated time_hs renamed to goal_hs on affected levels.
CSY [Thu, 24 Apr 2008 00:06:42 +0000 (00:06 +0000)]
High scores: Duplicated time_hs renamed to goal_hs on affected levels.

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

16 years agoHigh scores: The rest of the normal levels on Neverball Medium has their Unlock Goal...
CSY [Thu, 24 Apr 2008 00:05:25 +0000 (00:05 +0000)]
High scores: The rest of the normal levels on Neverball Medium has their Unlock Goal high scores (and a few other fixes).

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

16 years agoHigh scores: First bonus level's high scores finished for Neverball Medium.
CSY [Wed, 23 Apr 2008 20:39:09 +0000 (20:39 +0000)]
High scores: First bonus level's high scores finished for Neverball Medium.

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

16 years agoNevermania: Tweaks
elviz [Wed, 23 Apr 2008 10:45:17 +0000 (10:45 +0000)]
Nevermania: Tweaks

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

16 years agoDid the next five normal levels of Neverball Medium.
CSY [Wed, 23 Apr 2008 01:00:05 +0000 (01:00 +0000)]
Did the next five normal levels of Neverball Medium.

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

16 years agoAll of high-score's changes have been applied to the trunk successfully.
CSY [Tue, 22 Apr 2008 23:44:38 +0000 (23:44 +0000)]
All of high-score's changes have been applied to the trunk successfully.

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

16 years agoReuse same goal enabled flag on level retry
parasti [Sun, 20 Apr 2008 00:21:50 +0000 (00:21 +0000)]
Reuse same goal enabled flag on level retry

In a discussion on the forum[*], neverbe writes:

> Sound like i was not very clear about this. Another try:
>
> The retry button at the end of a level has an implicit contract, which
> says: if you click me you are playing the same level under the same
> conditions (coins, time, goal, design maybe some more) and so if the
> goal was locked it should be locked again. It had nothing to do with
> that the next level should be locked again. [1]
>
> The problem with this is, that there is an explicit contract that the
> goal should be unlocked if the level was completed.  From the logical
> point of view the actual is the better solution, but users are not
> always (imho mostly not) logical. And normally you should not break
> any contract implicit or explicit.
>
> The question i am asking is has someone a better idea how to solve
> this?  If not, should the behavior stay as it is or should the retry
> button fulfill the implicit contract instead of the explicit?
>
> [1] that would be annoying and break another contract. I have never
> encountered it in 1.4, so i was not aware of it

I respond:

> Actually I thought you were clear the first time, but now reading your
> latest comment I realise I didn't really put much thought into it.
> That's a good explanation of the situation, actually.  I think the
> "retry" function should follow the implicit contract, because while it
> may not be strictly "logical" from an implementation viewpoint, it's
> the natural and straight-forward thing to do.  I'm fairly sure this
> would not undo the level lock state and wouldn't have any visible
> effect in the Challenge mode either.

[*] http://www.nevercorner.net/forum/viewtopic.php?pid=16949#p16949

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

16 years agoSet default pause key to Escape
parasti [Sat, 19 Apr 2008 16:17:50 +0000 (16:17 +0000)]
Set default pause key to Escape

This  preserves the  current non-destructive  behaviour of  the Escape
key, while allowing  the original 1.4.0 behaviour to  be reinstated by
configuring the pause key to a different key, such as "space".  This
will be the case if neverballrc already contains the line "key_pause
space".

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

16 years agoRestore original Escape behaviour if pause key is not Escape
parasti [Sat, 19 Apr 2008 16:17:17 +0000 (16:17 +0000)]
Restore original Escape behaviour if pause key is not Escape

The "original" Escape  key behaviour meant here is  "exit no questions
asked".  The  implementation is  actually "wrong",  based on  the fact
that the  game converts Escape  key presses to joystick  "exit" button
events.  Thus, the "pause key is  not Escape" test is performed in the
state buttn  handler when  in fact  we have no  idea where  the button
event  came from.   However, the  resulting behaviour  believed to  be
identical to that in 1.4.0 for both keyboard and joystick.

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

16 years agoputt: don't pause on focus loss when input not grabbed
parasti [Sat, 19 Apr 2008 16:17:03 +0000 (16:17 +0000)]
putt: don't pause on focus loss when input not grabbed

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

16 years agotree.map: Made use of decimal coordinates
elviz [Sat, 19 Apr 2008 13:42:39 +0000 (13:42 +0000)]
tree.map: Made use of decimal coordinates

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

16 years agomountains.map: Made use of decimal coordinates
elviz [Thu, 17 Apr 2008 07:08:40 +0000 (07:08 +0000)]
mountains.map: Made use of decimal coordinates

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

16 years agoslope.map: Made use of decimal coordinates
elviz [Wed, 16 Apr 2008 22:46:12 +0000 (22:46 +0000)]
slope.map: Made use of decimal coordinates

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

16 years agoSet DST field of replay date to unknown
parasti [Wed, 16 Apr 2008 20:45:41 +0000 (20:45 +0000)]
Set DST field of replay date to unknown

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

16 years agoAdded hole-blocker test level
elviz [Wed, 16 Apr 2008 05:42:29 +0000 (05:42 +0000)]
Added hole-blocker test level

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

16 years agoNevermania: Decal optimizations
elviz [Wed, 16 Apr 2008 00:27:15 +0000 (00:27 +0000)]
Nevermania: Decal optimizations

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

16 years agooddities.map: Made use of decimal coordinates
elviz [Tue, 15 Apr 2008 23:13:00 +0000 (23:13 +0000)]
oddities.map: Made use of decimal coordinates

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

16 years agoramps.map: Made use of decimal coordinates
elviz [Tue, 15 Apr 2008 00:05:33 +0000 (00:05 +0000)]
ramps.map: Made use of decimal coordinates

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

16 years agoadventure.map: Made use of decimal coordinates
elviz [Mon, 14 Apr 2008 22:07:07 +0000 (22:07 +0000)]
adventure.map: Made use of decimal coordinates

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

16 years agomuseum.map: Made use of decimal coordinates
elviz [Sun, 13 Apr 2008 04:42:38 +0000 (04:42 +0000)]
museum.map: Made use of decimal coordinates

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

16 years agoNevermania: Rounding tweaks
elviz [Sun, 13 Apr 2008 04:08:46 +0000 (04:08 +0000)]
Nevermania: Rounding tweaks

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

16 years agoTrivial lazy camera fix
KrabbyKrap [Sat, 12 Apr 2008 16:27:27 +0000 (16:27 +0000)]
Trivial lazy camera fix

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

16 years agoImproved Tricky Golf poser views
KrabbyKrap [Sat, 12 Apr 2008 03:33:03 +0000 (03:33 +0000)]
Improved Tricky Golf poser views

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

16 years agorails.map: Made use of decimal coordinates
elviz [Fri, 11 Apr 2008 21:31:49 +0000 (21:31 +0000)]
rails.map: Made use of decimal coordinates

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

16 years agoUpdate README
parasti [Fri, 11 Apr 2008 15:43:45 +0000 (15:43 +0000)]
Update README

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

16 years agoUpdate instructions in INSTALL
parasti [Fri, 11 Apr 2008 15:43:39 +0000 (15:43 +0000)]
Update instructions in INSTALL

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

16 years agospacetime.map: Rounding tweaks
elviz [Fri, 11 Apr 2008 06:25:24 +0000 (06:25 +0000)]
spacetime.map: Rounding tweaks

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

16 years agospacetime.map: Made use of decimal coordinates
elviz [Fri, 11 Apr 2008 05:13:50 +0000 (05:13 +0000)]
spacetime.map: Made use of decimal coordinates

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

16 years agoconfetti.map: Made use of decimal coordinates
elviz [Thu, 10 Apr 2008 23:51:49 +0000 (23:51 +0000)]
confetti.map: Made use of decimal coordinates

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

16 years agotennis.map: Made use of decimal coordinates
elviz [Thu, 10 Apr 2008 22:05:38 +0000 (22:05 +0000)]
tennis.map: Made use of decimal coordinates

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

16 years agoatrium.map: Made use of decimal coordinates
elviz [Thu, 10 Apr 2008 01:48:21 +0000 (01:48 +0000)]
atrium.map: Made use of decimal coordinates

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

16 years agoUpdated xcodeproj to work with some recent changes.
jammnrose [Wed, 9 Apr 2008 14:40:35 +0000 (14:40 +0000)]
Updated xcodeproj to work with some recent changes.

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

16 years agoUpdate current replay when renaming player.
parasti [Wed, 9 Apr 2008 12:51:10 +0000 (12:51 +0000)]
Update current replay when renaming player.

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

16 years agoadventure.map: Rounding tweaks
elviz [Wed, 9 Apr 2008 01:46:46 +0000 (01:46 +0000)]
adventure.map: Rounding tweaks

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

16 years agoextract-sdl-keynames.awk: clean up left-over WIP stuff
parasti [Tue, 8 Apr 2008 21:44:17 +0000 (21:44 +0000)]
extract-sdl-keynames.awk: clean up left-over WIP stuff

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

16 years agoPO update
parasti [Tue, 8 Apr 2008 19:06:46 +0000 (19:06 +0000)]
PO update

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

16 years agos/TRANSLATORS/Translators/ in xgettext comments
parasti [Tue, 8 Apr 2008 19:06:30 +0000 (19:06 +0000)]
s/TRANSLATORS/Translators/ in xgettext comments

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

16 years agoImplement pretty translatable SDL key names
parasti [Tue, 8 Apr 2008 19:06:20 +0000 (19:06 +0000)]
Implement pretty translatable SDL key names

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

16 years agodoc/translations.html: add question on plural forms
parasti [Tue, 8 Apr 2008 10:27:07 +0000 (10:27 +0000)]
doc/translations.html: add question on plural forms

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

16 years agodoc/translation.html: tweaks
parasti [Tue, 8 Apr 2008 10:27:00 +0000 (10:27 +0000)]
doc/translation.html: tweaks

 * spelling check;
 * point to 'Tools' when appropriate;
 * move 'Tools' before 'Instructions'.

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

16 years agoReorganize Info.plist files and InfoPlist.strings files
jammnrose [Mon, 7 Apr 2008 21:25:28 +0000 (21:25 +0000)]
Reorganize Info.plist files and InfoPlist.strings files
Set up proper InfoPlist.strings files for Neverball and Neverputt
Remove useless empty directories from version control
Set proper svn:ignores

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

16 years agoUpdate various things to make the build closer to release quality.
jammnrose [Mon, 7 Apr 2008 20:54:35 +0000 (20:54 +0000)]
Update various things to make the build closer to release quality.

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

16 years agodoc/translations.html: add a FAQ, clarify French stuff.
parasti [Mon, 7 Apr 2008 18:21:22 +0000 (18:21 +0000)]
doc/translations.html: add a FAQ, clarify French stuff.

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

16 years agodoc/translations.html: link to neverball.org
parasti [Mon, 7 Apr 2008 18:21:15 +0000 (18:21 +0000)]
doc/translations.html: link to neverball.org

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

16 years agoUpdated neverputt to link correctly as well, forgot about applying the fix to both...
jammnrose [Mon, 7 Apr 2008 12:43:07 +0000 (12:43 +0000)]
Updated neverputt to link correctly as well, forgot about applying the fix to both targets.

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

16 years agoUpdated xcodeproj to fix linking of some libraries. Added myself and a friend who...
jammnrose [Mon, 7 Apr 2008 04:52:37 +0000 (04:52 +0000)]
Updated xcodeproj to fix linking of some libraries. Added myself and a friend who helped with bugs in the mac build to the AUTHORS file.

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

16 years agoadventure.map: New blockers
elviz [Mon, 7 Apr 2008 04:47:12 +0000 (04:47 +0000)]
adventure.map: New blockers

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

16 years agoSupport for decimal texture alignment
KrabbyKrap [Mon, 7 Apr 2008 01:00:44 +0000 (01:00 +0000)]
Support for decimal texture alignment

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

16 years agocurve.c now outputs with decimal precision
jolynsbass [Sun, 6 Apr 2008 21:44:06 +0000 (21:44 +0000)]
curve.c now outputs with decimal precision

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

16 years agoUpdated the xcodeproj to properly place icons and size the disk image window.
jammnrose [Sun, 6 Apr 2008 20:50:12 +0000 (20:50 +0000)]
Updated the xcodeproj to properly place icons and size the disk image window.

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

16 years agopo: update fr
mym [Sun, 6 Apr 2008 10:03:46 +0000 (10:03 +0000)]
po: update fr

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

16 years agomym2: fix missing intro text
mym [Sun, 6 Apr 2008 09:18:09 +0000 (09:18 +0000)]
mym2: fix missing intro text

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

16 years agoFixed plane integers
KrabbyKrap [Sun, 6 Apr 2008 03:51:51 +0000 (03:51 +0000)]
Fixed plane integers

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

16 years agoadventure.map: Tweaks
elviz [Sun, 6 Apr 2008 01:51:26 +0000 (01:51 +0000)]
adventure.map: Tweaks

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

16 years agoCleaned up some float to float conversions.
KrabbyKrap [Sat, 5 Apr 2008 23:44:28 +0000 (23:44 +0000)]
Cleaned up some float to float conversions.

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

16 years agoTiny finnish translation fix
paxed [Sat, 5 Apr 2008 20:26:23 +0000 (20:26 +0000)]
Tiny finnish translation fix

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

16 years agoMerged trivial noninteger change
KrabbyKrap [Sat, 5 Apr 2008 19:04:06 +0000 (19:04 +0000)]
Merged trivial noninteger change

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

16 years agoOnly save set score when player clicks "Finish" in Goal screen.
parasti [Fri, 4 Apr 2008 18:51:23 +0000 (18:51 +0000)]
Only save set score when player clicks "Finish" in Goal screen.

The problem with saving the set score during progress_stat (called at
the end of each level) was that it was saved multiple times if the
player chose to replay the last level of the set.

For this purpose, progress_exit was redefined to match its name and
really "exit progress" (which includes saving set score) instead of
being just a short-hand for "progress_stat(); progress_stop()".

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

16 years agoAllow optional third value in score presets.
parasti [Fri, 4 Apr 2008 18:51:09 +0000 (18:51 +0000)]
Allow optional third value in score presets.

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

16 years agoPO update.
parasti [Fri, 4 Apr 2008 16:38:57 +0000 (16:38 +0000)]
PO update.

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

16 years agoUpdate Norwegian Nynorsk translation.
parasti [Fri, 4 Apr 2008 16:23:28 +0000 (16:23 +0000)]
Update Norwegian Nynorsk translation.

On Thu, Apr 03, 2008 at 09:43:47PM +0200, Karl Ove Hufthammer wrote:
> Here is an updated Norwegian Nynorsk translation of Neverball.
> Please commit it to SVN. Note that it also includes a Norwegian
> coin, which should be put in the 'data/png' folder.

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

16 years agoFixed plenty of T-ints
KrabbyKrap [Fri, 4 Apr 2008 04:29:39 +0000 (04:29 +0000)]
Fixed plenty of T-ints

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

16 years agomapc: Changed MAXT to 2^17^
elviz [Thu, 3 Apr 2008 22:37:17 +0000 (22:37 +0000)]
mapc: Changed MAXT to 2^17^

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

16 years agomazebump: small fix
mym [Thu, 3 Apr 2008 16:48:17 +0000 (16:48 +0000)]
mazebump: small fix

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

16 years agoadventure.map: Adjusted high-score presets
elviz [Mon, 31 Mar 2008 19:50:51 +0000 (19:50 +0000)]
adventure.map: Adjusted high-score presets

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

16 years agorainbow: tweak
mym [Sun, 30 Mar 2008 11:47:19 +0000 (11:47 +0000)]
rainbow: tweak

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

16 years agoadventure.map: Tweaks
elviz [Sat, 29 Mar 2008 00:16:05 +0000 (00:16 +0000)]
adventure.map: Tweaks

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

16 years agoAdd alphatest of 0.01 to earth-outer.map
parasti [Fri, 28 Mar 2008 16:54:25 +0000 (16:54 +0000)]
Add alphatest of 0.01 to earth-outer.map

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

16 years agoRevert "Merge 'putt-collisions' branch"
parasti [Fri, 28 Mar 2008 13:09:22 +0000 (13:09 +0000)]
Revert "Merge 'putt-collisions' branch"

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

16 years agoRevert "Fixed some lines of code"
parasti [Fri, 28 Mar 2008 13:08:51 +0000 (13:08 +0000)]
Revert "Fixed some lines of code"

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

16 years agoFixed some lines of code
KrabbyKrap [Thu, 27 Mar 2008 23:49:51 +0000 (23:49 +0000)]
Fixed some lines of code

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

16 years agoMerge 'putt-collisions' branch
KrabbyKrap [Thu, 27 Mar 2008 03:52:46 +0000 (03:52 +0000)]
Merge 'putt-collisions' branch

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

16 years agoNevermania: Added adventure.map
elviz [Thu, 27 Mar 2008 03:34:26 +0000 (03:34 +0000)]
Nevermania: Added adventure.map

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

16 years agoAdded brick-small texture
elviz [Thu, 27 Mar 2008 02:33:44 +0000 (02:33 +0000)]
Added brick-small texture

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

16 years agoAdded edge-x/y and edge2-x/y textures
elviz [Thu, 27 Mar 2008 02:32:29 +0000 (02:32 +0000)]
Added edge-x/y and edge2-x/y textures

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

16 years agoSet svn:eol-style to native for map files
elviz [Wed, 26 Mar 2008 22:06:40 +0000 (22:06 +0000)]
Set svn:eol-style to native for map files

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

16 years agoFixed - You start with three lives, not four.
CSY [Sat, 22 Mar 2008 01:27:39 +0000 (01:27 +0000)]
Fixed - You start with three lives, not four.

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