abysmal-commit Mailing List for Abysmal Engine (Page 3)
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-08-29 08:47:30
|
Revision: 466
http://abysmal.svn.sourceforge.net/abysmal/?rev=466&view=rev
Author: jlanger85
Date: 2009-08-29 08:47:19 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
updated README_dev.txt
Modified Paths:
--------------
abysmal/trunk/doc/README_dev.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 08:46:59
|
Revision: 465
http://abysmal.svn.sourceforge.net/abysmal/?rev=465&view=rev
Author: jlanger85
Date: 2009-08-29 08:46:47 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
add_rc_file.cmake: fix rc file compilation when doing out-of-tree builds
Modified Paths:
--------------
abysmal/trunk/cmake/add_rc_file.cmake
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 08:46:21
|
Revision: 464
http://abysmal.svn.sourceforge.net/abysmal/?rev=464&view=rev
Author: jlanger85
Date: 2009-08-29 08:46:15 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
that was one #ifndef too much
Modified Paths:
--------------
abysmal/trunk/src/renderer/ui_render_sheet.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 08:45:35
|
Revision: 463
http://abysmal.svn.sourceforge.net/abysmal/?rev=463&view=rev
Author: jlanger85
Date: 2009-08-29 08:45:29 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
guillotine_test builds on windows now
Modified Paths:
--------------
abysmal/trunk/src/test/tools/guillotine_test.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 08:44:56
|
Revision: 462
http://abysmal.svn.sourceforge.net/abysmal/?rev=462&view=rev
Author: jlanger85
Date: 2009-08-29 08:44:50 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
ui_render_sheet.h: fix compilation for broken compilers
Modified Paths:
--------------
abysmal/trunk/src/renderer/ui_render_sheet.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 06:48:04
|
Revision: 461
http://abysmal.svn.sourceforge.net/abysmal/?rev=461&view=rev
Author: jlanger85
Date: 2009-08-29 06:47:56 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
repaired the mouse cursor
also fixed a schroedingbug in widget.{cpp,h}: widget position must be
signed, otherwise the cursor cannot be drawn at the left and bottom
borders
Modified Paths:
--------------
abysmal/trunk/src/game/shock/states/mainstate.cpp
abysmal/trunk/src/game/uw/states/mainstate.cpp
abysmal/trunk/src/renderer/ui_render_sheet.cpp
abysmal/trunk/src/renderer/ui_render_sheet.h
abysmal/trunk/src/ui/cursor.cpp
abysmal/trunk/src/ui/cursor.h
abysmal/trunk/src/ui/imagebox.cpp
abysmal/trunk/src/ui/imagebox.h
abysmal/trunk/src/ui/widget.cpp
abysmal/trunk/src/ui/widget.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 06:47:26
|
Revision: 460
http://abysmal.svn.sourceforge.net/abysmal/?rev=460&view=rev
Author: jlanger85
Date: 2009-08-29 06:47:15 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
test/CMakeList.txt: removed vec_perftest subdir
Modified Paths:
--------------
abysmal/trunk/src/test/CMakeLists.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 06:47:04
|
Revision: 459
http://abysmal.svn.sourceforge.net/abysmal/?rev=459&view=rev
Author: jlanger85
Date: 2009-08-29 06:46:55 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
* added a new class ui_render_sheet
This class can be used to group stuff that should be rendered for the UI
it uses a texture atlas to put all the small images into a big texture
and renders the geometry using vertex arrays
This gives +10 FPS on the iphone (now 41, previously 31)
Wonder how many more fps can be squeezed out by using a texture atlas
for the game objects...
* fixed a bug with conbuf destruction
* simplified rendering of the animated dragons in the UW1 UI
* mouse cursor is still broken...
Modified Paths:
--------------
abysmal/trunk/src/common/conbuf.cpp
abysmal/trunk/src/common/conbuf.h
abysmal/trunk/src/game/core.cpp
abysmal/trunk/src/game/core.h
abysmal/trunk/src/game/shock/states/mainstate.cpp
abysmal/trunk/src/game/uw/states/mainstate.cpp
abysmal/trunk/src/game/uw/states/mainstate.h
abysmal/trunk/src/game/uw/ui/textbox.cpp
abysmal/trunk/src/game/uw/ui/textbox.h
abysmal/trunk/src/mainmenu.cpp
abysmal/trunk/src/renderer/renderer.cpp
abysmal/trunk/src/renderer/renderer.h
abysmal/trunk/src/renderer/texture.cpp
abysmal/trunk/src/renderer/texture.h
abysmal/trunk/src/ui/border.cpp
abysmal/trunk/src/ui/border.h
abysmal/trunk/src/ui/box.cpp
abysmal/trunk/src/ui/box.h
abysmal/trunk/src/ui/console.cpp
abysmal/trunk/src/ui/console.h
abysmal/trunk/src/ui/cursor.cpp
abysmal/trunk/src/ui/cursor.h
abysmal/trunk/src/ui/filebrowser.cpp
abysmal/trunk/src/ui/filebrowser.h
abysmal/trunk/src/ui/imagebox.cpp
abysmal/trunk/src/ui/imagebox.h
abysmal/trunk/src/ui/label.cpp
abysmal/trunk/src/ui/label.h
abysmal/trunk/src/ui/listbox.cpp
abysmal/trunk/src/ui/listbox.h
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/renderer/ui_render_sheet.cpp
abysmal/trunk/src/renderer/ui_render_sheet.h
abysmal/trunk/src/renderer/ui_render_sheet_fwd.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 06:45:41
|
Revision: 458
http://abysmal.svn.sourceforge.net/abysmal/?rev=458&view=rev
Author: jlanger85
Date: 2009-08-29 06:45:33 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
textures created with texture_mgr::create_texture can now be deleted.
Modified Paths:
--------------
abysmal/trunk/src/common/singleton.h
abysmal/trunk/src/game/state.cpp
abysmal/trunk/src/renderer/texture.cpp
abysmal/trunk/src/renderer/texture.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 06:45:13
|
Revision: 457
http://abysmal.svn.sourceforge.net/abysmal/?rev=457&view=rev
Author: jlanger85
Date: 2009-08-29 06:45:06 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
cleaned up the texture atlas code a bit
Modified Paths:
--------------
abysmal/trunk/src/renderer/texture.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 06:44:51
|
Revision: 456
http://abysmal.svn.sourceforge.net/abysmal/?rev=456&view=rev
Author: jlanger85
Date: 2009-08-29 06:44:43 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
texture atlases can now shrink
Modified Paths:
--------------
abysmal/trunk/src/game/uw/states/mainstate.cpp
abysmal/trunk/src/renderer/texture.cpp
abysmal/trunk/src/renderer/texture.h
abysmal/trunk/src/ui/imagebox.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-29 06:44:20
|
Revision: 455
http://abysmal.svn.sourceforge.net/abysmal/?rev=455&view=rev
Author: jlanger85
Date: 2009-08-29 06:44:11 +0000 (Sat, 29 Aug 2009)
Log Message:
-----------
a first try at using texture atlas for the UI
it's currently a mess and needs cleaning up
also, the mouse cursor is broken
Modified Paths:
--------------
abysmal/trunk/src/base/geometry.cpp
abysmal/trunk/src/base/geometry.h
abysmal/trunk/src/base/geometryfwd.h
abysmal/trunk/src/base/guillotine.cpp
abysmal/trunk/src/base/guillotine.h
abysmal/trunk/src/base/image.cpp
abysmal/trunk/src/base/image.h
abysmal/trunk/src/base/levelgeometry.cpp
abysmal/trunk/src/common/vectorutil.h
abysmal/trunk/src/game/core.cpp
abysmal/trunk/src/game/uw/states/mainstate.cpp
abysmal/trunk/src/game/uw/states/mainstate.h
abysmal/trunk/src/game/uw/ui/textbox.cpp
abysmal/trunk/src/game/uw/ui/textbox.h
abysmal/trunk/src/game/uw/uwmodel.cpp
abysmal/trunk/src/mainmenu.cpp
abysmal/trunk/src/renderer/fontrenderer.cpp
abysmal/trunk/src/renderer/renderer.cpp
abysmal/trunk/src/renderer/renderer.h
abysmal/trunk/src/renderer/tess.cpp
abysmal/trunk/src/renderer/texture.cpp
abysmal/trunk/src/renderer/texture.h
abysmal/trunk/src/renderer/texturefwd.h
abysmal/trunk/src/test/tools/guillotine_test.cpp
abysmal/trunk/src/ui/border.cpp
abysmal/trunk/src/ui/border.h
abysmal/trunk/src/ui/box.cpp
abysmal/trunk/src/ui/box.h
abysmal/trunk/src/ui/console.cpp
abysmal/trunk/src/ui/console.h
abysmal/trunk/src/ui/cursor.cpp
abysmal/trunk/src/ui/cursor.h
abysmal/trunk/src/ui/filebrowser.cpp
abysmal/trunk/src/ui/filebrowser.h
abysmal/trunk/src/ui/imagebox.cpp
abysmal/trunk/src/ui/imagebox.h
abysmal/trunk/src/ui/label.cpp
abysmal/trunk/src/ui/label.h
abysmal/trunk/src/ui/listbox.cpp
abysmal/trunk/src/ui/listbox.h
abysmal/trunk/src/ui/widget.cpp
abysmal/trunk/src/ui/widget.h
abysmal/trunk/src/ui/window.cpp
abysmal/trunk/src/ui/window.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-25 11:51:37
|
Revision: 454
http://abysmal.svn.sourceforge.net/abysmal/?rev=454&view=rev
Author: jlanger85
Date: 2009-08-25 11:51:30 +0000 (Tue, 25 Aug 2009)
Log Message:
-----------
move vec_perftest to src/test/tools subdirectory
Modified Paths:
--------------
abysmal/trunk/src/test/tools/CMakeLists.txt
Added Paths:
-----------
abysmal/trunk/src/test/tools/vec_perftest.cpp
Removed Paths:
-------------
abysmal/trunk/src/test/vec_perftest/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-25 11:51:00
|
Revision: 453
http://abysmal.svn.sourceforge.net/abysmal/?rev=453&view=rev
Author: jlanger85
Date: 2009-08-25 11:50:53 +0000 (Tue, 25 Aug 2009)
Log Message:
-----------
added a simple guillotine cut algorithm. This is going to be used for
texture atlas building
Modified Paths:
--------------
abysmal/trunk/src/test/CMakeLists.txt
Added Paths:
-----------
abysmal/trunk/src/base/guillotine.cpp
abysmal/trunk/src/base/guillotine.h
abysmal/trunk/src/test/tools/
abysmal/trunk/src/test/tools/CMakeLists.txt
abysmal/trunk/src/test/tools/guillotine_test.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-25 11:50:32
|
Revision: 452
http://abysmal.svn.sourceforge.net/abysmal/?rev=452&view=rev
Author: jlanger85
Date: 2009-08-25 11:50:24 +0000 (Tue, 25 Aug 2009)
Log Message:
-----------
move struct rect to math.h
Modified Paths:
--------------
abysmal/trunk/src/common/math.h
abysmal/trunk/src/game/uw/states/mainstate.cpp
abysmal/trunk/src/game/uw/states/mainstate.h
abysmal/trunk/src/game/uw/ui/textbox.cpp
abysmal/trunk/src/game/uw/ui/textbox.h
abysmal/trunk/src/mainmenu.cpp
abysmal/trunk/src/ui/box.cpp
abysmal/trunk/src/ui/box.h
abysmal/trunk/src/ui/filebrowser.cpp
abysmal/trunk/src/ui/filebrowser.h
abysmal/trunk/src/ui/imagebox.cpp
abysmal/trunk/src/ui/imagebox.h
abysmal/trunk/src/ui/label.cpp
abysmal/trunk/src/ui/label.h
abysmal/trunk/src/ui/listbox.cpp
abysmal/trunk/src/ui/listbox.h
abysmal/trunk/src/ui/widget.cpp
abysmal/trunk/src/ui/widget.h
abysmal/trunk/src/ui/window.cpp
abysmal/trunk/src/ui/window.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-25 11:49:30
|
Revision: 451
http://abysmal.svn.sourceforge.net/abysmal/?rev=451&view=rev
Author: jlanger85
Date: 2009-08-25 11:49:21 +0000 (Tue, 25 Aug 2009)
Log Message:
-----------
fix compilation of the UW model viewer
Modified Paths:
--------------
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-08-24 07:52:58
|
Revision: 450
http://abysmal.svn.sourceforge.net/abysmal/?rev=450&view=rev
Author: jlanger85
Date: 2009-08-24 07:52:49 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
compiles again
Modified Paths:
--------------
abysmal/trunk/src/renderer/texture.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-24 07:50:25
|
Revision: 449
http://abysmal.svn.sourceforge.net/abysmal/?rev=449&view=rev
Author: jlanger85
Date: 2009-08-24 07:50:18 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
player.dat info from wtrmute. Thanks again!
Modified Paths:
--------------
abysmal/trunk/doc/uw-formats.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-24 07:50:06
|
Revision: 448
http://abysmal.svn.sourceforge.net/abysmal/?rev=448&view=rev
Author: jlanger85
Date: 2009-08-24 07:50:00 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
whitespace cleanup
Modified Paths:
--------------
abysmal/trunk/doc/uw-formats.txt
abysmal/trunk/src/common/cvar.h
abysmal/trunk/src/renderer/texture.cpp
abysmal/trunk/src/renderer/texture.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-23 10:29:10
|
Revision: 447
http://abysmal.svn.sourceforge.net/abysmal/?rev=447&view=rev
Author: jlanger85
Date: 2009-08-23 10:28:59 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
glext.cpp: fix mingw compilation error
Modified Paths:
--------------
abysmal/trunk/src/renderer/glext.cpp
Property Changed:
----------------
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-08-23 10:13:52
|
Revision: 446
http://abysmal.svn.sourceforge.net/abysmal/?rev=446&view=rev
Author: jlanger85
Date: 2009-08-23 10:13:45 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
fix an ambiguous overload on MSVC8
Modified Paths:
--------------
abysmal/trunk/src/common/stream.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-23 09:35:27
|
Revision: 445
http://abysmal.svn.sourceforge.net/abysmal/?rev=445&view=rev
Author: jlanger85
Date: 2009-08-23 09:35:19 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
some fixes for MSVC:
* various compilation fixes
* we now ship the reference glext.h from the Khronos group because not all
systems provide their own (namely windows)
* fixed a crash in texture::~texture
Modified Paths:
--------------
abysmal/trunk/src/CMakeLists.txt
abysmal/trunk/src/backend/backend.cpp
abysmal/trunk/src/common/stream.h
abysmal/trunk/src/game/uw/uwobjprop.h
abysmal/trunk/src/renderer/gl.h
abysmal/trunk/src/renderer/glext.cpp
abysmal/trunk/src/renderer/texture.cpp
Added Paths:
-----------
abysmal/trunk/thirdparty/glext/
abysmal/trunk/thirdparty/glext/GL/
abysmal/trunk/thirdparty/glext/GL/glext.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jla...@us...> - 2009-08-23 07:22:48
|
Revision: 444
http://abysmal.svn.sourceforge.net/abysmal/?rev=444&view=rev
Author: jlanger85
Date: 2009-08-23 07:22:39 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
don't to the extension stuff on OpenGL ES
Modified Paths:
--------------
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...> - 2009-08-23 07:22:31
|
Revision: 443
http://abysmal.svn.sourceforge.net/abysmal/?rev=443&view=rev
Author: jlanger85
Date: 2009-08-23 07:22:16 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
no need to use a template here, just produces binary code bloat
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-08-20 17:04:22
|
Revision: 442
http://abysmal.svn.sourceforge.net/abysmal/?rev=442&view=rev
Author: jlanger85
Date: 2009-08-20 17:04:16 +0000 (Thu, 20 Aug 2009)
Log Message:
-----------
* OpenGL extensions are now loaded dynamically
* also support VBOs on OpenGL versions < 15 if the
ARB_vertex_buffer_object extension is present
Modified Paths:
--------------
abysmal/trunk/src/renderer/gl.h
abysmal/trunk/src/renderer/glext.cpp
abysmal/trunk/src/renderer/glext.h
abysmal/trunk/src/renderer/glwrapper.cpp
abysmal/trunk/src/renderer/renderer.cpp
abysmal/trunk/src/renderer/vertex_array.h
Added Paths:
-----------
abysmal/trunk/src/renderer/glextlist.h
abysmal/trunk/src/renderer/glfuncs.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|