abysmal-commit Mailing List for Abysmal Engine (Page 5)
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...> - 2009-05-17 07:33:00
|
Revision: 416
http://abysmal.svn.sourceforge.net/abysmal/?rev=416&view=rev
Author: jlanger85
Date: 2009-05-17 07:32:51 +0000 (Sun, 17 May 2009)
Log Message:
-----------
* fixed fullscreen switching on windows
* fixed door frame rendering
Modified Paths:
--------------
abysmal/trunk/src/backend/win32.cpp
abysmal/trunk/src/game/uw/uwobject.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-17 06:53:14
|
Revision: 415
http://abysmal.svn.sourceforge.net/abysmal/?rev=415&view=rev
Author: jlanger85
Date: 2009-05-17 06:53:06 +0000 (Sun, 17 May 2009)
Log Message:
-----------
* reworked ppabuild
* added make_release_tarball script (similar to make_win32_release.bat)
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
abysmal/trunk/cmake/get_revision.cmake
abysmal/trunk/make_win32_release.bat
abysmal/trunk/ppabuild
Added Paths:
-----------
abysmal/trunk/make_release_tarball
abysmal/trunk/make_release_tarball_pre
Removed Paths:
-------------
abysmal/trunk/make_win32_release_part1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-16 21:04:39
|
Revision: 414
http://abysmal.svn.sourceforge.net/abysmal/?rev=414&view=rev
Author: jlanger85
Date: 2009-05-16 21:04:32 +0000 (Sat, 16 May 2009)
Log Message:
-----------
* the windows build script now uses the new get_revision.cmake script
* put the operating system and architecture in the installer filename
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
abysmal/trunk/make_win32_release.bat
abysmal/trunk/make_win32_release_part1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-16 19:59:38
|
Revision: 413
http://abysmal.svn.sourceforge.net/abysmal/?rev=413&view=rev
Author: jlanger85
Date: 2009-05-16 19:59:29 +0000 (Sat, 16 May 2009)
Log Message:
-----------
svn/git svn revision reading stuff is now an external cmake script
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
abysmal/trunk/cmake/FindGit.cmake
Added Paths:
-----------
abysmal/trunk/cmake/get_revision.cmake
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-16 19:19:35
|
Revision: 412
http://abysmal.svn.sourceforge.net/abysmal/?rev=412&view=rev
Author: jlanger85
Date: 2009-05-16 19:19:17 +0000 (Sat, 16 May 2009)
Log Message:
-----------
fix version info reading with subversion
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-05-16 19:14:09
|
Revision: 411
http://abysmal.svn.sourceforge.net/abysmal/?rev=411&view=rev
Author: jlanger85
Date: 2009-05-16 19:13:58 +0000 (Sat, 16 May 2009)
Log Message:
-----------
strip trailing whitespace from version info
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-05-16 18:11:18
|
Revision: 410
http://abysmal.svn.sourceforge.net/abysmal/?rev=410&view=rev
Author: jlanger85
Date: 2009-05-16 18:11:11 +0000 (Sat, 16 May 2009)
Log Message:
-----------
nice: if git svn dcommit fails for some reason, then the local history
is fucked up. Now I have to commit the last few local commits in one big
svn commit. This sucks.
* more work on release build scripts
Modified Paths:
--------------
abysmal/trunk/.gitignore
abysmal/trunk/CMakeLists.txt
abysmal/trunk/doc/README.txt
abysmal/trunk/src/CMakeLists.txt
abysmal/trunk/src/ui/console.cpp
abysmal/trunk/src/viewer/glade/CMakeLists.txt
Added Paths:
-----------
abysmal/trunk/COPYING.txt
abysmal/trunk/COPYRIGHT.txt
abysmal/trunk/cmake/FindGit.cmake
abysmal/trunk/cmake/add_file_dep.cmake
abysmal/trunk/cmake/add_rc_file.cmake
abysmal/trunk/cmake/gen_changelog.cmake
abysmal/trunk/cmake/nsis_auto_uninstall.diff
abysmal/trunk/cmake/to_native_lf.cmake
abysmal/trunk/doc/CMakeLists.txt
abysmal/trunk/doc/redist/
abysmal/trunk/doc/redist/README-GLee.txt
abysmal/trunk/doc/redist/README-SDL.txt
abysmal/trunk/doc/redist/README-SDL_mixer.txt
abysmal/trunk/make_win32_release.bat
abysmal/trunk/make_win32_release_part1
abysmal/trunk/src/version.rc
abysmal/trunk/version.h.cmake
Removed Paths:
-------------
abysmal/trunk/COPYING
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-16 18:04:01
|
Revision: 409
http://abysmal.svn.sourceforge.net/abysmal/?rev=409&view=rev
Author: jlanger85
Date: 2009-05-16 18:03:46 +0000 (Sat, 16 May 2009)
Log Message:
-----------
few warning fixes
Modified Paths:
--------------
abysmal/trunk/src/game/uw/import/modelimport.cpp
abysmal/trunk/src/game/uw/uwobject.cpp
abysmal/trunk/src/ui/border.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-16 17:55:08
|
Revision: 408
http://abysmal.svn.sourceforge.net/abysmal/?rev=408&view=rev
Author: jlanger85
Date: 2009-05-16 17:54:54 +0000 (Sat, 16 May 2009)
Log Message:
-----------
build fix for MSVC
Modified Paths:
--------------
abysmal/trunk/src/common/factory.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-15 15:09:02
|
Revision: 407
http://abysmal.svn.sourceforge.net/abysmal/?rev=407&view=rev
Author: jlanger85
Date: 2009-05-15 15:08:57 +0000 (Fri, 15 May 2009)
Log Message:
-----------
added script to automatically build and upload source packages to launchpad ppa
Added Paths:
-----------
abysmal/trunk/debian/dput.cf
abysmal/trunk/ppabuild
Removed Paths:
-------------
abysmal/trunk/debian/changelog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-14 16:50:15
|
Revision: 406
http://abysmal.svn.sourceforge.net/abysmal/?rev=406&view=rev
Author: jlanger85
Date: 2009-05-14 16:50:06 +0000 (Thu, 14 May 2009)
Log Message:
-----------
now builds with boost 1.35 (that means it builds on Ubuntu 8.10)
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
abysmal/trunk/debian/control
abysmal/trunk/src/ui/filebrowser.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 20:43:41
|
Revision: 405
http://abysmal.svn.sourceforge.net/abysmal/?rev=405&view=rev
Author: jlanger85
Date: 2009-05-12 20:43:28 +0000 (Tue, 12 May 2009)
Log Message:
-----------
fixed building of the viewer and model viewer
Modified Paths:
--------------
abysmal/trunk/src/common/factory.h
abysmal/trunk/src/tools/uwmdlview.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 20:42:25
|
Revision: 404
http://abysmal.svn.sourceforge.net/abysmal/?rev=404&view=rev
Author: jlanger85
Date: 2009-05-12 20:42:11 +0000 (Tue, 12 May 2009)
Log Message:
-----------
use date as version numbers for now
Modified Paths:
--------------
abysmal/trunk/debian/changelog
abysmal/trunk/doc/README.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 20:41:17
|
Revision: 403
http://abysmal.svn.sourceforge.net/abysmal/?rev=403&view=rev
Author: jlanger85
Date: 2009-05-12 20:41:09 +0000 (Tue, 12 May 2009)
Log Message:
-----------
* a few build fixes for gcc/linux
* it's a bad idea to recursively call ::instance() or a factory. Instead the
factory is now passed as the first argument to the init function (it's kind of
ugly)
Modified Paths:
--------------
abysmal/trunk/src/audio/audio_driver.cpp
abysmal/trunk/src/audio/audio_driver.h
abysmal/trunk/src/audio/midi/CMakeLists.txt
abysmal/trunk/src/audio/midi/MidiDriver.cpp
abysmal/trunk/src/audio/midi/MidiDriver.h
abysmal/trunk/src/audio/midi/UnixSeqMidiDriver.h
abysmal/trunk/src/backend/backend.cpp
abysmal/trunk/src/backend/backend.h
abysmal/trunk/src/common/cvar.h
abysmal/trunk/src/common/factory.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 18:58:15
|
Revision: 402
http://abysmal.svn.sourceforge.net/abysmal/?rev=402&view=rev
Author: jlanger85
Date: 2009-05-12 18:58:04 +0000 (Tue, 12 May 2009)
Log Message:
-----------
fixed and endless loop
Modified Paths:
--------------
abysmal/trunk/src/backend/win32.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 18:57:54
|
Revision: 401
http://abysmal.svn.sourceforge.net/abysmal/?rev=401&view=rev
Author: jlanger85
Date: 2009-05-12 18:57:31 +0000 (Tue, 12 May 2009)
Log Message:
-----------
fixed a few OpenGL releated issues:
* don't create any VBOs if the VA size is zero. This avoids a end
iterator derefence
* explictely delete the old VBOs when creating new ones on OpenGL
context destruction. This avoids deleting our newly created VBOs since
the VBO number from before and after the context destruction might be
the same
* added a new display list class to encapsulate resource management
details, like re-generating the DL when the OpenGL context is
destroyed
Modified Paths:
--------------
abysmal/trunk/src/renderer/glwrapper.cpp
abysmal/trunk/src/renderer/glwrapper.h
abysmal/trunk/src/renderer/renderer.cpp
abysmal/trunk/src/renderer/vertex_array.h
abysmal/trunk/src/ui/border.cpp
abysmal/trunk/src/ui/border.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 18:56:53
|
Revision: 400
http://abysmal.svn.sourceforge.net/abysmal/?rev=400&view=rev
Author: jlanger85
Date: 2009-05-12 18:56:45 +0000 (Tue, 12 May 2009)
Log Message:
-----------
don't crash when trying to switch to an unsupported mode using alt+enter
Modified Paths:
--------------
abysmal/trunk/src/common/cvar.h
abysmal/trunk/src/game/core.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 16:06:16
|
Revision: 399
http://abysmal.svn.sourceforge.net/abysmal/?rev=399&view=rev
Author: jlanger85
Date: 2009-05-12 16:06:11 +0000 (Tue, 12 May 2009)
Log Message:
-----------
* midi drivers: replaced the midi init code with our own factory that's
also used everywhere else (sound driver etc..).
* factory: provide a initialization function as template argument which
is called when the factory is instantiated. This replaces the
initialization via extern structs, as this makes trouble (the order of
initialization of global variables is undefined in C++)
Modified Paths:
--------------
abysmal/trunk/src/audio/audio_driver.cpp
abysmal/trunk/src/audio/audio_driver.h
abysmal/trunk/src/audio/audio_mgr.cpp
abysmal/trunk/src/audio/midi/ALSAMidiDriver.cpp
abysmal/trunk/src/audio/midi/ALSAMidiDriver.h
abysmal/trunk/src/audio/midi/CoreAudioMidiDriver.cpp
abysmal/trunk/src/audio/midi/CoreAudioMidiDriver.h
abysmal/trunk/src/audio/midi/FMOplMidiDriver.cpp
abysmal/trunk/src/audio/midi/FMOplMidiDriver.h
abysmal/trunk/src/audio/midi/FluidSynthMidiDriver.cpp
abysmal/trunk/src/audio/midi/FluidSynthMidiDriver.h
abysmal/trunk/src/audio/midi/MidiDriver.cpp
abysmal/trunk/src/audio/midi/MidiDriver.h
abysmal/trunk/src/audio/midi/TimidityMidiDriver.cpp
abysmal/trunk/src/audio/midi/TimidityMidiDriver.h
abysmal/trunk/src/audio/midi/UnixSeqMidiDriver.cpp
abysmal/trunk/src/audio/midi/UnixSeqMidiDriver.h
abysmal/trunk/src/audio/midi/WindowsMidiDriver.cpp
abysmal/trunk/src/audio/midi/WindowsMidiDriver.h
abysmal/trunk/src/backend/backend.cpp
abysmal/trunk/src/backend/backend.h
abysmal/trunk/src/common/cvar.h
abysmal/trunk/src/common/factory.h
abysmal/trunk/src/mainmenu.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 16:04:58
|
Revision: 398
http://abysmal.svn.sourceforge.net/abysmal/?rev=398&view=rev
Author: jlanger85
Date: 2009-05-12 16:04:48 +0000 (Tue, 12 May 2009)
Log Message:
-----------
filebrowser: display a list of drive letters on windows
Modified Paths:
--------------
abysmal/trunk/src/ui/filebrowser.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-12 16:04:27
|
Revision: 397
http://abysmal.svn.sourceforge.net/abysmal/?rev=397&view=rev
Author: jlanger85
Date: 2009-05-12 16:04:14 +0000 (Tue, 12 May 2009)
Log Message:
-----------
fix usage of unitialized variable
Modified Paths:
--------------
abysmal/trunk/src/game/uw/import/modelimport.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-11 18:02:20
|
Revision: 396
http://abysmal.svn.sourceforge.net/abysmal/?rev=396&view=rev
Author: jlanger85
Date: 2009-05-11 18:02:08 +0000 (Mon, 11 May 2009)
Log Message:
-----------
improved the platform check for isnan/isnanf
Modified Paths:
--------------
abysmal/trunk/cmake/PlatformChecks.cmake
abysmal/trunk/config.h.cmake
abysmal/trunk/src/common/compat.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-11 18:01:19
|
Revision: 395
http://abysmal.svn.sourceforge.net/abysmal/?rev=395&view=rev
Author: jlanger85
Date: 2009-05-11 18:01:09 +0000 (Mon, 11 May 2009)
Log Message:
-----------
* also check if isnan is available and use that if isnanf isn't
available
* fixed a few warnings on MinGW
Modified Paths:
--------------
abysmal/trunk/cmake/PlatformChecks.cmake
abysmal/trunk/config.h.cmake
abysmal/trunk/src/common/compat.h
abysmal/trunk/src/game/collision.cpp
abysmal/trunk/src/game/shock/states/mainstate.cpp
abysmal/trunk/src/mainmenu.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-11 17:59:48
|
Revision: 394
http://abysmal.svn.sourceforge.net/abysmal/?rev=394&view=rev
Author: jlanger85
Date: 2009-05-11 17:59:29 +0000 (Mon, 11 May 2009)
Log Message:
-----------
The usual batch of MSVC compile and warning fixes
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
abysmal/trunk/cmake/PlatformChecks.cmake
abysmal/trunk/config.h.cmake
abysmal/trunk/src/audio/audiofile.cpp
abysmal/trunk/src/audio/midi/ALSAMidiDriver.cpp
abysmal/trunk/src/audio/midi/CoreAudioMidiDriver.cpp
abysmal/trunk/src/audio/midi/FluidSynthMidiDriver.cpp
abysmal/trunk/src/audio/midi/MidiDriver.h
abysmal/trunk/src/audio/midi/UnixSeqMidiDriver.cpp
abysmal/trunk/src/audio/null_driver.cpp
abysmal/trunk/src/audio/openal_driver.cpp
abysmal/trunk/src/backend/backend.cpp
abysmal/trunk/src/backend/backend.h
abysmal/trunk/src/backend/sdl.cpp
abysmal/trunk/src/backend/win32.cpp
abysmal/trunk/src/base/image.cpp
abysmal/trunk/src/base/levelgeometry.cpp
abysmal/trunk/src/common/bitmanip.h
abysmal/trunk/src/common/command.h
abysmal/trunk/src/common/compat/tr1/array.h
abysmal/trunk/src/common/compat/tr1/functional.h
abysmal/trunk/src/common/compat/tr1/unordered_map.h
abysmal/trunk/src/common/compat/tr1/unordered_set.h
abysmal/trunk/src/common/compat.h
abysmal/trunk/src/common/conbuf.h
abysmal/trunk/src/common/datastream.h
abysmal/trunk/src/common/datastreamfwd.h
abysmal/trunk/src/common/factory.h
abysmal/trunk/src/game/collision.cpp
abysmal/trunk/src/game/core.cpp
abysmal/trunk/src/game/core.h
abysmal/trunk/src/game/shock/states/mainstate.cpp
abysmal/trunk/src/game/state.h
abysmal/trunk/src/game/uw/import/imageloader.cpp
abysmal/trunk/src/game/uw/import/modelimport.cpp
abysmal/trunk/src/game/uw/import/modelimport.h
abysmal/trunk/src/game/uw/import/stringsloader.cpp
abysmal/trunk/src/game/uw/states/mainstate.cpp
abysmal/trunk/src/game/uw/ui/textbox.h
abysmal/trunk/src/game/uw/uwmodel.cpp
abysmal/trunk/src/main.cpp
abysmal/trunk/src/mainmenu.cpp
abysmal/trunk/src/renderer/fontrenderer.cpp
abysmal/trunk/src/renderer/renderer.cpp
abysmal/trunk/src/renderer/renderer_cvars.cpp
abysmal/trunk/src/renderer/renderer_cvars.h
abysmal/trunk/src/renderer/tess.cpp
abysmal/trunk/src/renderer/texture.cpp
abysmal/trunk/src/ui/border.cpp
abysmal/trunk/src/ui/console.cpp
abysmal/trunk/src/ui/cursor.cpp
abysmal/trunk/src/ui/label.cpp
abysmal/trunk/src/ui/listbox.cpp
abysmal/trunk/src/ui/widget.h
Added Paths:
-----------
abysmal/trunk/src/common/compat/boost/
abysmal/trunk/src/common/compat/boost/filtering_stream.h
abysmal/trunk/src/common/compat/boost/lambda.h
abysmal/trunk/src/common/compat/boost/signals.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-09 15:01:12
|
Revision: 393
http://abysmal.svn.sourceforge.net/abysmal/?rev=393&view=rev
Author: jlanger85
Date: 2009-05-09 15:00:53 +0000 (Sat, 09 May 2009)
Log Message:
-----------
* removed a few debugging stuff for release builds
* added another check for NaN result. It _still_ happened that the player is
occasionally put at position (nan,nan,nan) :-/
Modified Paths:
--------------
abysmal/trunk/src/game/player.cpp
abysmal/trunk/src/game/shock/shockobject.cpp
abysmal/trunk/src/game/shock/states/mainstate.cpp
abysmal/trunk/src/game/uw/import/modelimport.cpp
abysmal/trunk/src/game/uw/import/stringsloader.cpp
abysmal/trunk/src/game/uw/states/mainstate.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-05-09 15:00:08
|
Revision: 392
http://abysmal.svn.sourceforge.net/abysmal/?rev=392&view=rev
Author: jlanger85
Date: 2009-05-09 14:59:50 +0000 (Sat, 09 May 2009)
Log Message:
-----------
* fix check for x86
* "Release" is now default build type
Modified Paths:
--------------
abysmal/trunk/CMakeLists.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|