Sauerbraten release 2006-06-11 out! |
by Aardappel_ on 06/12/2006 07:21 through 24.219.190.242, 322 messages, last message: 07/31/2007 16:33, 106093 views, last view: 09/07/2010 05:44 |
 |
|
http://sourceforge.net/project/showfiles.php?group_id=102911
As usual, feedback SPECIFIC TO THIS RELEASE in this thread! thanks!
* scripting language: every command/block/exp can now return string values (no more use of variable "s", much cleaner code)
* scripting language: reduced allocations a great deal, should execute faster now
* scripting language: can now write X = Y instead of alias X Y for more readable code
* If sauer crashes on a non-programmer machine on Windows, it will now output a stacktrace (both in a popup and the console window) which can be copy-pasted and sent to the developers (do this before you press "OK" to close the program, from the console windows menu).
* added provisional "sendmap"/"getmap" commands for coopedit mode
* explicit sky polies are now outlined in editmode (toggled by "showsky" var)
* now shows names of entities floating in edit mode (in green, closest = red)
* any non-multiplayer games can now be paused (variable "paused", default key F1)
* fixed rockets exploding mid-air if they were aimed at a moving target
* copy/paste now work in coop-edit
* moved all mapmodels into the menus
* new SP respawning system! read "SP Respawning" in game.html
* console language macros now allow code generation (see config.html)
* added customizable file completion (via "complete" command)
* aliases and vars set in map cfgs are now sandboxed (don't persist)
* world shaders can now work with any number of textures (see "texture" command).
* support for specularity maps and glow maps on md2/md3 models (see md2.txt/md3_sauer_howto.txt)
* new "editbind" works like "bind", only the key is only available in edit mode. cleaned up keymap/default cfg files (no more bindings in keymap)
* added triggerable mapmodels (see editref.html for more info)
* removed the z-offset attribute from mapmodel info and ents and moved mapmodel ent skin attribute to mapmodel info (see editref.html)
* added support for full screen pixel shader effects (see setfullscreenshader, and the "option" menu)
* removed obsolete editheight command
* added powerful new heightmap mode! use getheightmap command [default H key] when there is a selection box to activate (see editref.html for more info)
* added selectbrush modifier [default J key] that switches between brushes defined in data/brush.cfg
* added copybrush [default K key] to use current heightmap as brush. see data/brush.cfg for more info.
* editable brushes for heightmap mode. see data/brush.cfg for more info.
* capture gameplay mode fixes
* ip address lookups now use the concurrent resolver
* added redo command [default I key]
* made importcube remip while importing to save memory
* removed some lighting/physics bottlenecks in SP mode
* removed 256 textures per map limit (is now 64k)
* fixed incorrect mapmodel shadows on Windows
* fixed invincibility bug
|
 |
|

Board Index

|
 |
#237: win32 exceptions |
|
by jws
on 07/14/2006 06:34 through 69.223.35.123
|
 |
|
I\'m using windows with a Intel mobile graphics 82852/82.885 GM/GME chip.
Example #1 -
Exception when hitting a teleporter
C:\\Program Files\\Sauerbraten>bin\\sauerbraten.exe -w1024 -h768
init: sdl
init: enet
init: video: mode
init: video: misc
init: console
init: gl
Using GL_ARB_vertex_buffer_object extension.
WARNING: No shader support! Using fixed function fallback. (no fancy visuals for you)
WARNING: No occlusion query support! (large maps may be SLOW)
WARNING: Non-power-of-two textures not supported!
init: world
game mode is ffa/default
init: sound
init: cfg
Could not set gamma (card/driver doesn\'t support it?)
sdl:
init: localconnect
init: mainloop
read map packages\\base\\metl2.ogz (0.5 seconds)
Elsinore by metlslime
game mode is ffa/default
read map packages\\base\\sp2.ogz (0.4 seconds)
Untitled Map by Unknown
game mode is SP
you have a permanent +10 health bonus! (110)
respawn point set!
Sauerbraten Win32 Exception: 0xc0000005 [0x0]
Example #2 -
Me being toasted by a Bauul rocket launcher.
C:\\Program Files\\Sauerbraten>bin\\sauerbraten.exe -w1024 -h768
init: sdl
init: enet
init: video: mode
init: video: misc
init: console
init: gl
Using GL_ARB_vertex_buffer_object extension.
WARNING: No shader support! Using fixed function fallback. (no fancy visuals for you)
WARNING: No occlusion query support! (large maps may be SLOW)
WARNING: Non-power-of-two textures not supported!
init: world
game mode is ffa/default
init: sound
init: cfg
Could not set gamma (card/driver doesn\'t support it?)
sdl:
init: localconnect
init: mainloop
read map packages\\base\\metl2.ogz (0.5 seconds)
Elsinore by metlslime
game mode is ffa/default
read map packages\\base\\sp2.ogz (0.3 seconds)
Untitled Map by Unknown
game mode is SP
you have a permanent +10 health bonus! (110)
Sauerbraten Win32 Exception: 0xc0000005 [0xcff9000]
Is there more information I can provide somehow? How do I get a stack trace?
reply to this message
|
 |
#238: Missing map files? |
|
by Zundfolge
on 07/17/2006 05:12 through 71.38.0.150
|
 |
|
I downloaded:
sauerbraten_2006_06_11_sp_edition_mac_fixed.dmg
It runs great with no errors on my G4 MacMini except that the only single player map in the sp_maps folder is sauer_sp1-1.ogz, so when you get through the level it is unable to continue.
reply to this message
|
 |
#239: DMSP max. frag no(30) how to modify ?? |
|
by octav
on 07/18/2006 00:23 through 86.106.27.7, refers to #238
|
 |
|
Can anyone tell me how to modify/ raise this parameter in DMSP mode: maximum frag score (default 30) ?
- in Sauerbraten
- in cube
Thanks
reply to this message
|
 |
#240: Re: Missing map files? |
|
by kurtis84
on 07/18/2006 02:29 through 216.229.77.140, refers to #238
|
 |
|
At the time the files were packaged for the current release, that was the only map completed. Nieb has made a couple more maps, and I'm sure they'll be in the next release package.
reply to this message
|
 |
#241: Re: DMSP max. frag no(30) how to modify ?? |
|
by octav
on 07/18/2006 22:26 through 86.106.27.7, refers to #239
|
 |
|
Hey, anyone can help with my problem (customising frag-target in DMSP- default 30) ??
reply to this message
|
 |
#242: Re: DMSP max. frag no(30) how to modify ?? |
|
by MeatROme
on 07/18/2006 22:40 through 213.39.162.50, refers to #241
|
 |
|
RTFM ... look for "skill" ...
_____
>SELECT * FROM users WHERE clue > 0
0 rows returned
reply to this message
|
 |
#243: Message censored by administrator |
|
by Lunixant
on 07/21/2006 21:01 through 219.181.172.92
|
 |
 |
#244: Message censored by administrator |
|
by adrianoogp
on 07/30/2006 01:30 through 61.185.219.235
|
 |
 |
#245: Message censored by administrator |
|
by milleraly
on 07/30/2006 10:58 through 202.75.128.24
|
 |
 |
#246: Message censored by administrator |
|
by baccahsi
on 07/30/2006 14:21 through 202.75.128.24
|
 |
 |
#247: Message censored by administrator |
|
by carribeanbif
on 07/30/2006 15:15 through 218.5.79.214
|
 |
 |
#248: Message censored by administrator |
|
by holdembad
on 07/30/2006 18:06 through 82.198.121.2
|
 |
 |
#249: Message censored by administrator |
|
by vidpokerrov
on 07/31/2006 16:57 through 200.118.126.157
|
 |
 |
#250: Message censored by administrator |
|
by thcardalb
on 07/31/2006 19:06 through 200.118.126.157
|
 |
 |
#251: Message censored by administrator |
|
by casholdemlfy
on 07/31/2006 20:02 through 201.9.69.91
|
 |
 |
#252: Message censored by administrator |
|
by multiisj
on 07/31/2006 20:44 through 221.161.226.167
|
 |
 |
#253: Message censored by administrator |
|
by slotszgr
on 07/31/2006 21:37 through 201.209.209.152
|
 |
 |
#254: Message censored by administrator |
|
by rakebackpdy
on 07/31/2006 22:24 through 194.165.130.93
|
 |
 |
#255: Message censored by administrator |
|
by reddogxcg
on 07/31/2006 23:49 through 61.167.119.132
|
 |
 |
#256: Message censored by administrator |
|
by wheeltmv
on 08/01/2006 00:36 through 129.41.250.20
|
 |
 |
 |
|

Board Index

|
 |