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, 364110 views, last view: 05/16/2024 22:53

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

#41: Re: ..

by Aardappel_ on 06/13/2006 04:18, refers to #7

from that screenshot, the glowmap seems to work correct.. I can't tell exactly what effect you're expecting that you are not getting.

You're gonna have to describe it in more mathematical terms to me :) Or show pictures.

reply to this message

#42: news sites...

by Aardappel_ on 06/13/2006 04:21

seeing as how we have a relatively stable release, I think its ok to promote this one a bit further than just this website. So if you frequent any gaming, game development, open source or tech websites that you think are appropriate, send them news of this release.

reply to this message

#43: Re: news sites...

by Koi Kitsune2006 on 06/13/2006 05:03, refers to #42

Done

reply to this message

#44: Re: ..

by makkE on 06/13/2006 12:18, refers to #41

Can´t really talk in math, aard :)

Well, it should be the other way round, or the same:

Either, the glowmap says: draw these parts always at full illumination, so the green light and it´s reflections are always the same intensity, no matter how much light is around.

I don´t know how realistic it is, all I know it makes a nice effect.

But right now it´s the opposite. Less light, less intensity. This would work if I only had the led on the glowmap. But it fails when it comes to the reflections.

Here´s an example from the darkplaces engine:

http://makke.snieb.com/glow_light.jpg
http://makke.snieb.com/glow_dark.jpg

the yellowish tint in the daylight comes from the specmap.

reply to this message

#45: scroll broken?

by shadow,516 on 06/13/2006 16:24

in the newest release the scroll wheel doesnt do anything for me. It either displays "unknown command game" or "unknown command edit" depending on whether im in edit mode or not

reply to this message

#46: Re: scroll broken?

by shadow,516 on 06/13/2006 16:27, refers to #45

Never mind. Deleting Config.cfg fixed it

reply to this message

#47: Re: ..

by kurtis84 on 06/13/2006 17:00, refers to #44

this glowing effect you see is probably just an extra alpha masked layer on the skin thats not effected by lightlevels around it...we can do that with geometry now...I assume models use the same shader methods? For example, makke could make another skin that is the same dimentions as the original, but make all areas of the skin trans, except the part he wants to glow. Then use the "decal" shader to load this second skin over the original.

reply to this message

#48: gamma

by bloo on 06/14/2006 01:02

The /gamma command does not work the same way it did in the last release for me.

As I understand the gamma range is 30 to 300. I can get the command to function from 30 to 100, but any value 101 to 300 does not change the screen. It seems to cap at 100.

I am running a G4 with an ATI card. I tried the bug command, but neither setting made a difference for gamma.

Any thoughts?

reply to this message

#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

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
54017592 visitors requested 71797110 pages
page created in 0.068 seconds using 10 queries
hosted by Boost Digital