abysmal-commit Mailing List for Abysmal Engine
Status: Pre-Alpha
Brought to you by:
jlanger85
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
(37) |
Apr
(126) |
May
(85) |
Jun
(1) |
Jul
(2) |
Aug
(42) |
Sep
(9) |
Oct
(1) |
Nov
|
Dec
(20) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <jla...@us...> - 2012-01-10 18:10:35
|
Revision: 516
http://abysmal.svn.sourceforge.net/abysmal/?rev=516&view=rev
Author: jlanger85
Date: 2012-01-10 18:10:29 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
Some fixes for Mac OS
now builds and runs on Mac OSX!
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
abysmal/trunk/src/CMakeLists.txt
abysmal/trunk/src/main.cpp
abysmal/trunk/src/renderer/gl.h
abysmal/trunk/src/renderer/glext.cpp
abysmal/trunk/src/renderer/glext.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2010-10-16 10:09:08
|
Revision: 515
http://abysmal.svn.sourceforge.net/abysmal/?rev=515&view=rev
Author: jlanger85
Date: 2010-10-16 10:09:02 +0000 (Sat, 16 Oct 2010)
Log Message:
-----------
avoid temporary copies in the image loaders
Modified Paths:
--------------
abysmal/trunk/src/game/uw/import/imageloader.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2010-10-16 10:08:29
|
Revision: 514
http://abysmal.svn.sourceforge.net/abysmal/?rev=514&view=rev
Author: jlanger85
Date: 2010-10-16 10:08:23 +0000 (Sat, 16 Oct 2010)
Log Message:
-----------
added support for deleting objects from a map. Required for i.e. picking
up items
Modified Paths:
--------------
abysmal/trunk/src/base/level.cpp
abysmal/trunk/src/base/level.h
abysmal/trunk/src/base/object.h
abysmal/trunk/src/base/objectlist.cpp
abysmal/trunk/src/base/objectlist.h
abysmal/trunk/src/game/game.cpp
abysmal/trunk/src/game/game.h
abysmal/trunk/src/game/uw/import/levelloader.cpp
abysmal/trunk/src/game/uw/states/mainstate.cpp
abysmal/trunk/src/game/uw/uwobject.h
abysmal/trunk/src/renderer/renderer.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2010-02-16 18:30:56
|
Revision: 513
http://abysmal.svn.sourceforge.net/abysmal/?rev=513&view=rev
Author: jlanger85
Date: 2010-02-16 18:30:50 +0000 (Tue, 16 Feb 2010)
Log Message:
-----------
copy (shrink) the vector after unpacking the uw2 block to minimize memory usage
Modified Paths:
--------------
abysmal/trunk/src/game/uw/import/ark.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2010-02-16 18:26:55
|
Revision: 512
http://abysmal.svn.sourceforge.net/abysmal/?rev=512&view=rev
Author: jlanger85
Date: 2010-02-16 18:26:49 +0000 (Tue, 16 Feb 2010)
Log Message:
-----------
improved the perfomance of the ark loader by 50% on the iphone
Modified Paths:
--------------
abysmal/trunk/src/backend/iphone/iphone.cpp
abysmal/trunk/src/game/uw/import/ark.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2010-02-16 18:26:26
|
Revision: 511
http://abysmal.svn.sourceforge.net/abysmal/?rev=511&view=rev
Author: jlanger85
Date: 2010-02-16 18:26:19 +0000 (Tue, 16 Feb 2010)
Log Message:
-----------
only link against SDL when SDL was found
Modified Paths:
--------------
abysmal/trunk/src/backend/CMakeLists.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-13 18:07:37
|
Revision: 510
http://abysmal.svn.sourceforge.net/abysmal/?rev=510&view=rev
Author: jlanger85
Date: 2009-12-13 18:07:31 +0000 (Sun, 13 Dec 2009)
Log Message:
-----------
need to link against SDLMain
Modified Paths:
--------------
abysmal/trunk/src/backend/CMakeLists.txt
abysmal/trunk/src/main.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-13 17:08:11
|
Revision: 509
http://abysmal.svn.sourceforge.net/abysmal/?rev=509&view=rev
Author: jlanger85
Date: 2009-12-13 17:07:48 +0000 (Sun, 13 Dec 2009)
Log Message:
-----------
_really_ fixed the macosx build
Modified Paths:
--------------
abysmal/trunk/src/renderer/glext.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-13 16:21:40
|
Revision: 508
http://abysmal.svn.sourceforge.net/abysmal/?rev=508&view=rev
Author: jlanger85
Date: 2009-12-13 16:21:32 +0000 (Sun, 13 Dec 2009)
Log Message:
-----------
glext.cpp: fixed a ifdef for macosx
Modified Paths:
--------------
abysmal/trunk/src/renderer/glext.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-13 16:17:10
|
Revision: 507
http://abysmal.svn.sourceforge.net/abysmal/?rev=507&view=rev
Author: jlanger85
Date: 2009-12-13 16:17:01 +0000 (Sun, 13 Dec 2009)
Log Message:
-----------
CMakeLists.txt: fixed check for macosx
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-13 16:00:18
|
Revision: 506
http://abysmal.svn.sourceforge.net/abysmal/?rev=506&view=rev
Author: jlanger85
Date: 2009-12-13 16:00:05 +0000 (Sun, 13 Dec 2009)
Log Message:
-----------
hopefully fixed compilation on macosx
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
abysmal/trunk/src/renderer/glext.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-11 22:37:59
|
Revision: 505
http://abysmal.svn.sourceforge.net/abysmal/?rev=505&view=rev
Author: jlanger85
Date: 2009-12-11 22:37:49 +0000 (Fri, 11 Dec 2009)
Log Message:
-----------
greatly improved the performance of the uw string loader
uw2's strings.dat is now loaded in 2 seconds instead of 10 seconds on
the iphone
it still takes about 18 seconds to load the complete game (uw2) on the iphone, so
there's more room for improvements on the other file loaders
(especially the ark loading and decoding seems to be quite slow)
note: the iPhone OS kills processes when they take longer than 20
seconds to start up... that's the primary reason why they
shouldn't perform too bad ;)
Modified Paths:
--------------
abysmal/trunk/src/common/datastream.cpp
abysmal/trunk/src/common/datastream.h
abysmal/trunk/src/game/uw/import/stringsloader.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-11 22:37:01
|
Revision: 504
http://abysmal.svn.sourceforge.net/abysmal/?rev=504&view=rev
Author: jlanger85
Date: 2009-12-11 22:36:53 +0000 (Fri, 11 Dec 2009)
Log Message:
-----------
add timing infomation to the trace output
Modified Paths:
--------------
abysmal/trunk/src/common/trace.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-11 22:36:26
|
Revision: 503
http://abysmal.svn.sourceforge.net/abysmal/?rev=503&view=rev
Author: jlanger85
Date: 2009-12-11 22:36:20 +0000 (Fri, 11 Dec 2009)
Log Message:
-----------
fixed a crash when loading the uw demo + added support for animated
water in the uw demo
Modified Paths:
--------------
abysmal/trunk/src/game/uw/import/textureloader.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-11 22:35:53
|
Revision: 502
http://abysmal.svn.sourceforge.net/abysmal/?rev=502&view=rev
Author: jlanger85
Date: 2009-12-11 22:35:47 +0000 (Fri, 11 Dec 2009)
Log Message:
-----------
ALSAMidiDriver.cpp: fixed a compilation error with newer gcc versions
Modified Paths:
--------------
abysmal/trunk/src/audio/midi/ALSAMidiDriver.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-11 22:35:28
|
Revision: 501
http://abysmal.svn.sourceforge.net/abysmal/?rev=501&view=rev
Author: jlanger85
Date: 2009-12-11 22:35:18 +0000 (Fri, 11 Dec 2009)
Log Message:
-----------
more cleanup
Modified Paths:
--------------
abysmal/trunk/src/renderer/tess.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-10 18:33:45
|
Revision: 500
http://abysmal.svn.sourceforge.net/abysmal/?rev=500&view=rev
Author: jlanger85
Date: 2009-12-10 18:17:04 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
support for loading gl functions dynamically on macosx
Modified Paths:
--------------
abysmal/trunk/src/renderer/glext.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-10 18:33:34
|
Revision: 498
http://abysmal.svn.sourceforge.net/abysmal/?rev=498&view=rev
Author: jlanger85
Date: 2009-12-10 18:14:08 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
bugfix from exult svn r6129:
Fixed double-delete bug in midi driver backend for MT32 midi conversion.
Modified Paths:
--------------
abysmal/trunk/src/audio/midi/LowLevelMidiDriver.cpp
abysmal/trunk/src/audio/midi/XMidiFile.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-10 18:15:54
|
Revision: 499
http://abysmal.svn.sourceforge.net/abysmal/?rev=499&view=rev
Author: jlanger85
Date: 2009-12-10 18:15:43 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
patch from Dominik Reichardt to add CoreMidi support.
Original exult patch:
https://sourceforge.net/tracker/?func=detail&aid=2892212&group_id=2335&atid=302335
Modified Paths:
--------------
abysmal/trunk/src/audio/midi/MidiDriver.cpp
Added Paths:
-----------
abysmal/trunk/src/audio/midi/CoreMidiDriver.cpp
abysmal/trunk/src/audio/midi/CoreMidiDriver.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-10 18:12:51
|
Revision: 497
http://abysmal.svn.sourceforge.net/abysmal/?rev=497&view=rev
Author: jlanger85
Date: 2009-12-10 18:12:38 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
more formatting cleanup and fixes
Modified Paths:
--------------
abysmal/trunk/src/common/bitmanip.h
abysmal/trunk/src/common/colors.h
abysmal/trunk/src/common/command.cpp
abysmal/trunk/src/common/conbuf.cpp
abysmal/trunk/src/common/cvar.cpp
abysmal/trunk/src/common/cvar.h
abysmal/trunk/src/common/datastream.cpp
abysmal/trunk/src/common/datastream.h
abysmal/trunk/src/common/datastreambase.h
abysmal/trunk/src/common/datastreamfwd.h
abysmal/trunk/src/common/exception.cpp
abysmal/trunk/src/common/exception.h
abysmal/trunk/src/common/factory.h
abysmal/trunk/src/common/isdatastream.h
abysmal/trunk/src/common/keys.cpp
abysmal/trunk/src/common/keys.h
abysmal/trunk/src/common/math.cpp
abysmal/trunk/src/common/math.h
abysmal/trunk/src/common/scopeguard.h
abysmal/trunk/src/common/shared_ptr_util.h
abysmal/trunk/src/common/singleton.h
abysmal/trunk/src/common/stream.h
abysmal/trunk/src/common/vectorutil.cpp
abysmal/trunk/src/common/vectorutil.h
abysmal/trunk/src/game/collision.cpp
abysmal/trunk/src/game/core.cpp
abysmal/trunk/src/game/game.h
abysmal/trunk/src/game/gamefwd.h
abysmal/trunk/src/game/model.cpp
abysmal/trunk/src/game/player.cpp
abysmal/trunk/src/game/shock/import/shockfontloader.cpp
abysmal/trunk/src/game/shock/import/shockfontloader.h
abysmal/trunk/src/game/shock/import/shockimageloader.cpp
abysmal/trunk/src/game/shock/import/shockimageloader.h
abysmal/trunk/src/game/shock/import/shocklevelloader.cpp
abysmal/trunk/src/game/shock/import/shockpaletteloader.cpp
abysmal/trunk/src/game/shock/import/shockpaletteloader.h
abysmal/trunk/src/game/shock/import/shockres.cpp
abysmal/trunk/src/game/shock/import/shockres.h
abysmal/trunk/src/game/shock/import/shockresfwd.h
abysmal/trunk/src/game/shock/import/shocktextureloader.cpp
abysmal/trunk/src/game/shock/shockgame.cpp
abysmal/trunk/src/game/shock/shockgame.h
abysmal/trunk/src/game/shock/states/mainstate.cpp
abysmal/trunk/src/game/uw/image_mgr.cpp
abysmal/trunk/src/game/uw/import/ark.cpp
abysmal/trunk/src/game/uw/import/ark.h
abysmal/trunk/src/game/uw/import/arkfwd.h
abysmal/trunk/src/game/uw/import/fontloader.cpp
abysmal/trunk/src/game/uw/import/fontloader.h
abysmal/trunk/src/game/uw/import/imageloader.cpp
abysmal/trunk/src/game/uw/import/imageloader.h
abysmal/trunk/src/game/uw/import/levelloader.cpp
abysmal/trunk/src/game/uw/import/levelloader.h
abysmal/trunk/src/game/uw/import/modelimport.cpp
abysmal/trunk/src/game/uw/import/paletteloader.cpp
abysmal/trunk/src/game/uw/import/paletteloader.h
abysmal/trunk/src/game/uw/import/stringsloader.cpp
abysmal/trunk/src/game/uw/import/textureloader.cpp
abysmal/trunk/src/game/uw/import/textureloader.h
abysmal/trunk/src/game/uw/states/mainstate.cpp
abysmal/trunk/src/game/uw/string_mgr.cpp
abysmal/trunk/src/game/uw/ui/textbox.cpp
abysmal/trunk/src/game/uw/uwgame.cpp
abysmal/trunk/src/game/uw/uwmodel.cpp
abysmal/trunk/src/game/uw/uwobject.cpp
abysmal/trunk/src/game/uw/uwobjprop.cpp
abysmal/trunk/src/renderer/cull.cpp
abysmal/trunk/src/renderer/cull.h
abysmal/trunk/src/renderer/fontrenderer.cpp
abysmal/trunk/src/renderer/fontrenderer.h
abysmal/trunk/src/renderer/glwrapper.cpp
abysmal/trunk/src/renderer/glwrapper.h
abysmal/trunk/src/renderer/renderer.cpp
abysmal/trunk/src/renderer/renderer.h
abysmal/trunk/src/renderer/renderer_cvars.cpp
abysmal/trunk/src/renderer/rendererfwd.h
abysmal/trunk/src/renderer/tess.cpp
abysmal/trunk/src/renderer/tess.h
abysmal/trunk/src/renderer/texture.cpp
abysmal/trunk/src/renderer/texture.h
abysmal/trunk/src/renderer/texturefwd.h
abysmal/trunk/src/renderer/vertex_array.h
abysmal/trunk/src/system/filesystem.cpp
abysmal/trunk/src/system/filesystem.h
abysmal/trunk/src/system/gcc_backtrace.cpp
abysmal/trunk/src/system/gcc_backtrace.h
abysmal/trunk/src/system/msvc_backtrace.cpp
abysmal/trunk/src/system/msvc_backtrace.h
abysmal/trunk/src/system/options.cpp
abysmal/trunk/src/system/options.h
abysmal/trunk/src/system/signals.cpp
abysmal/trunk/src/system/signals.h
abysmal/trunk/src/system/system.h
abysmal/trunk/src/system/unix.cpp
abysmal/trunk/src/system/win32.cpp
abysmal/trunk/src/system/win32_crashdialog.cpp
abysmal/trunk/src/system/win32_crashdialog.h
abysmal/trunk/src/system/win32util.cpp
abysmal/trunk/src/ui/border.cpp
abysmal/trunk/src/ui/console.cpp
abysmal/trunk/src/ui/cursor.cpp
abysmal/trunk/src/ui/filebrowser.cpp
abysmal/trunk/src/ui/widget.cpp
abysmal/trunk/src/ui/widget.h
abysmal/trunk/src/ui/window.cpp
abysmal/trunk/src/ui/window.h
Added Paths:
-----------
abysmal/trunk/src/game/uw/uwobject.h.cbTemp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-09 22:08:33
|
Revision: 496
http://abysmal.svn.sourceforge.net/abysmal/?rev=496&view=rev
Author: jlanger85
Date: 2009-12-09 22:08:20 +0000 (Wed, 09 Dec 2009)
Log Message:
-----------
more formatting fixes under base/
Modified Paths:
--------------
abysmal/trunk/src/base/levelgeometryfwd.h
abysmal/trunk/src/base/objectlist.cpp
abysmal/trunk/src/base/objectlist.h
abysmal/trunk/src/base/objectlistfwd.h
abysmal/trunk/src/base/util.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-09 22:07:44
|
Revision: 495
http://abysmal.svn.sourceforge.net/abysmal/?rev=495&view=rev
Author: jlanger85
Date: 2009-12-09 22:07:38 +0000 (Wed, 09 Dec 2009)
Log Message:
-----------
more formatting fixes under backend/
Modified Paths:
--------------
abysmal/trunk/src/backend/win32.cpp
abysmal/trunk/src/backend/win32.h
abysmal/trunk/src/backend/x11.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-09 22:07:05
|
Revision: 494
http://abysmal.svn.sourceforge.net/abysmal/?rev=494&view=rev
Author: jlanger85
Date: 2009-12-09 22:06:55 +0000 (Wed, 09 Dec 2009)
Log Message:
-----------
some cleanup in base/
Modified Paths:
--------------
abysmal/trunk/src/base/font.cpp
abysmal/trunk/src/base/font.h
abysmal/trunk/src/base/fontfwd.h
abysmal/trunk/src/base/gametype.cpp
abysmal/trunk/src/base/gametype.h
abysmal/trunk/src/base/geometry.cpp
abysmal/trunk/src/base/geometry.h
abysmal/trunk/src/base/image.cpp
abysmal/trunk/src/base/image.h
abysmal/trunk/src/base/imagefwd.h
abysmal/trunk/src/base/level.cpp
abysmal/trunk/src/base/levelgeometry.cpp
abysmal/trunk/src/base/levelgeometry.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-09 22:04:45
|
Revision: 493
http://abysmal.svn.sourceforge.net/abysmal/?rev=493&view=rev
Author: jlanger85
Date: 2009-12-09 22:04:39 +0000 (Wed, 09 Dec 2009)
Log Message:
-----------
some cleanup under backend/
Modified Paths:
--------------
abysmal/trunk/src/backend/backend.cpp
abysmal/trunk/src/backend/backend.h
abysmal/trunk/src/backend/backend_fwd.h
abysmal/trunk/src/backend/iphone.cpp
abysmal/trunk/src/backend/sdl.cpp
abysmal/trunk/src/backend/sdl.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-12-09 22:04:12
|
Revision: 492
http://abysmal.svn.sourceforge.net/abysmal/?rev=492&view=rev
Author: jlanger85
Date: 2009-12-09 22:04:02 +0000 (Wed, 09 Dec 2009)
Log Message:
-----------
some code cleanup under audio/
Modified Paths:
--------------
abysmal/trunk/src/audio/audio_driver.cpp
abysmal/trunk/src/audio/audio_mgr.cpp
abysmal/trunk/src/audio/audiofile.cpp
abysmal/trunk/src/audio/null_driver.cpp
abysmal/trunk/src/audio/openal_driver.cpp
abysmal/trunk/src/audio/openal_driver.h
abysmal/trunk/src/audio/sdl_mixer_driver.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|