home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


Sauerbraten release 2006-06-11 out!

by Aardappel_ on 06/12/2006 07:21, 322 messages, last message: 07/31/2007 16:33, 376019 views, last view: 11/01/2024 16:24

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

Go to first 20 messagesGo to previous 20 messages    Board Index    Go to next 20 messagesGo to last 20 messages

#49: Bug fix - z buffer

by guest57 on 06/14/2006 01:49

I note that placing a:
SDL_GL_SetAttribute( SDL_GL_DEPTH_SIZE, 32 );
just before the:
SDL_SetVideoMode(...) in main.cpp
fixes many z-buffer accuracy bugs I was having with small (or distant) textures...

- aka rpointon

OSX 10.4.6 2x2Ghz PPC, ATIx800

reply to this message

#50: Re: ..

by Aardappel_ on 06/14/2006 03:14, refers to #44

I don't see how thats different from what we do. To me, a glow map says that 1 (255) means the diffuse should not be affected by lighting (fullbright), and 0 means it should be. That's whats happening on darkplaces screenshots, and in sauer. How does sauer do the opposite?

reply to this message

#51: Map rotation patch

by eihrul on 06/14/2006 06:47

There is now map_rotation_patch.zip in the files section for this release. It is a client-side fix for map rotation, which we somehow managed to break in this release.

reply to this message

#52: Re: Map rotation patch

by eihrul on 06/14/2006 06:48, refers to #51

Forgot to add: unzip within your sauerbraten directory.

reply to this message

#53: Re: Map rotation patch

by Passa on 06/14/2006 09:47, refers to #51

Meaning it is needed for servers? What does it do? Did you bump the protocol version?

reply to this message

#54: Re: Map rotation patch

by MeatROme on 06/14/2006 13:24, refers to #53

it's just a replacement for "data/menus.cfg" ...

reply to this message

#55: curious crash command

by MeatROme on 06/14/2006 13:27

If you want to crash your engine,
simply try entering "%s" in your console at any time.

reply to this message

#56: ..

by Max of S2D [Fr] on 06/14/2006 14:46

I don't understand if the fullscreenshader is working. I type "setfullscreenshader" command, while watching the sun. I don't see differences. I'm look like an idiot, or not ? XD

And after, two thumbs up ^^ for the Sauerbraten crew :) thanks you a lot, Aardappel !

reply to this message

#57: ..

by makkE on 06/14/2006 16:31

Try esc -> "Options" "Fullscreenshader"

reply to this message

#58: Re: ..

by Pxtl on 06/14/2006 16:59, refers to #57

Doesn't work on my box, but I get the "non-square textures" warning on startup which probably means my little ATI 9600 isn't really specced out for the blooming mode.

reply to this message

#59: ..

by Max of S2D [Fr] on 06/14/2006 17:32

It's the same for me, ah, DAMNED ! I was really boring while i was waiting the fss, and my graphic card isn't enough good ! -_-'

reply to this message

#60: Re: ..

by rpointon on 06/14/2006 17:37, refers to #59

I have a ATI 9600 at work and it works fine, and yes, thats with a "non-square textures" warning. I assume you have shaders turned on?

type: setfullscreenshader bloom 400, or use the menu.

reply to this message

#61: ..

by Max of S2D [Fr] on 06/14/2006 17:59

I got a lot of Win32 exceptions v_v

reply to this message

#62: Triggers in edit mode

by MeatROme on 06/14/2006 19:38

Is it a bug or a feature?

The mapmodel now also triggers when floated through during editing.

reply to this message

#63: Re: ..

by Pxtl on 06/14/2006 20:00, refers to #60

Nope, I get the "non-power-of-two textures not supported" warning, and I enable the blooming (or even try the reversing shader in the menu) and I don't see anything. I've got the normal default startup - no "-f" or anything, so presumably shaders are enabled. Any tips on why I'm not getting blooming?

reply to this message

#64: Re: ..

by Pxtl on 06/14/2006 20:11, refers to #64

Hooray for ATI.

reply to this message

#65: Nope.

by Pxtl on 06/14/2006 20:52

Just updated my drivers. My AIW 9600 still doesn't like the fullscreen shaders.

reply to this message

#66: Re: Triggers in edit mode

by MeatROme on 06/14/2006 20:59, refers to #63

well. I've been working on an SP map and it had a couple of triggers.
I replaced them with mapmodel-triggers (20060611 release) and if I fly through these during edit mode I get the same result as having touched it during normal play.
Also doors open/close for me if I fly through them in edit mode.
See sauerbraten FPS Episode #1 or door_demo (only non-triggered doors!).

Mmmh. Just did a re-check - I can't reproduce it now either. Probably some glitch occured while I was working on the map ...
... but I distinctley remember being freaked out by a door opening/closing for me in edit-mode (FPS Ep.#1) so it wasn't just on my map for sure!

reply to this message

#67: spawning locations

by guest57 on 06/14/2006 23:09

I seem to be re-spawning outside of the map more often now - especially when more than about six players...

reply to this message

#68: Re: Nope.

by guest57 on 06/14/2006 23:12, refers to #65

What OS? What messages in the console/error log?

reply to this message

Go to first 20 messagesGo to previous 20 messages    Board Index    Go to next 20 messagesGo to last 20 messages


Unvalidated accounts can only reply to the 'Permanent Threads' section!


content by Aardappel & eihrul © 2001-2024
website by SleepwalkR © 2001-2024
58266229 visitors requested 76217900 pages
page created in 0.036 seconds using 10 queries
hosted by Boost Digital