Older
-
-
r247
(-> Added window movement/resizing and gluxDisplay data encap...) committed by modjusti...@hotmail.com
- -> Added window movement/resizing and gluxDisplay data encapsulation to the todo list.
-> Removed the 'abstract' keyword from the gluxImage base class, as it is already abstract and the
keyword is Microsoft-specific.
-> Added window movement/resizing and gluxDisplay data encapsulation to the todo list.
-> Removed the 'abstract' keyword from the gluxImage base class, as it is already abstract and the
keyword is Microsoft-specific.
-
r246
(-> Entire gluxImage structure revised, now uses classes with...) committed by modjusti...@hotmail.com
- -> Entire gluxImage structure revised, now uses classes with data encapsulation.
-> gluxImage::SwapChannels function added.
-> gluxValidDMops now takes a pointer to a const DMops instead of a normal DMops.
-> Entire gluxImage structure revised, now uses classes with data encapsulation.
-> gluxImage::SwapChannels function added.
-> gluxValidDMops now takes a pointer to a const DMops instead of a normal DMops.
-
-
-
r243
(-> Enhanced the OpenGL 3 context support.
-> Removed include...) committed by modjusti...@hotmail.com
- -> Enhanced the OpenGL 3 context support.
-> Removed includes of wglext.h glext.h, defined the constants instead.
-> Enhanced the OpenGL 3 context support.
-> Removed includes of wglext.h glext.h, defined the constants instead.
-
-
r241
(-> Fixed bug where the release version of Glux on VC9 was co...) committed by modjusti...@hotmail.com
- -> Fixed bug where the release version of Glux on VC9 was compiled with a debug database.
-> Fixed bug where the release version of Glux on VC9 was compiled with a debug database.
-
-
-
Glux 0.3.3 VC9.zip (Binaries v0.3.3 VC++ 2008 SP1) file uploaded by modjusti...@hotmail.com
-
Labels:
Type-Archive
Compile-VC9
OpSys-Windows
Featured
Labels:
Type-Archive
Compile-VC9
OpSys-Windows
Featured
-
-
-
-
-
-
-
-
-
r232
(-> Fixed some things that caused issues on MinGW.
-> Updated...) committed by modjusti...@hotmail.com
- -> Fixed some things that caused issues on MinGW.
-> Updated Code::Blocks project.
-> Fixed some things that caused issues on MinGW.
-> Updated Code::Blocks project.
-
r231
(-> Set to compile with Multi-Byte character set.) committed by modjusti...@hotmail.com
- -> Set to compile with Multi-Byte character set.
-> Set to compile with Multi-Byte character set.
-
r230
(-> Added includes for glext and wglext on Windows.
-> Added ...) committed by modjusti...@hotmail.com
- -> Added includes for glext and wglext on Windows.
-> Added bitmap DMops loading (unfinished & buggy).
-> Added OpenGL 3.0 context support (unstable).
-> Upgraded DMops_rp structure.
-> Added includes for glext and wglext on Windows.
-> Added bitmap DMops loading (unfinished & buggy).
-> Added OpenGL 3.0 context support (unstable).
-> Upgraded DMops_rp structure.
-
r229
(-> Set to compile with Multi-Byte character set.) committed by modjusti...@hotmail.com
- -> Set to compile with Multi-Byte character set.
-> Set to compile with Multi-Byte character set.
-
r228
(-> Set to compile with Multi-Byte character set.
-> Added bi...) committed by modjusti...@hotmail.com
- -> Set to compile with Multi-Byte character set.
-> Added bitmap loading through a DMops.
-> Set to compile with Multi-Byte character set.
-> Added bitmap loading through a DMops.
-
r227
(-> Set to compile with Multi-Byte character set.) committed by modjusti...@hotmail.com
- -> Set to compile with Multi-Byte character set.
-> Set to compile with Multi-Byte character set.
-
r226
(-> Set to compile with Multi-Byte character set.) committed by modjusti...@hotmail.com
- -> Set to compile with Multi-Byte character set.
-> Set to compile with Multi-Byte character set.
-
r225
(-> Put similar code of the bitmap and tga loading functions ...) committed by modjusti...@hotmail.com
- -> Put similar code of the bitmap and tga loading functions in a separate function (SwapChannels).
-> Minor speed improvement for image loading.
-> Put similar code of the bitmap and tga loading functions in a separate function (SwapChannels).
-> Minor speed improvement for image loading.
-
r224
(Removed the ColourKeyedBitmap function (experiment succeeded...) committed by modjusti...@hotmail.com
- Removed the ColourKeyedBitmap function (experiment succeeded).
Removed the ColourKeyedBitmap function (experiment succeeded).
-
r223
(-> Bitmaps now automatically swap their pixels vertically.
-...) committed by modjusti...@hotmail.com
- -> Bitmaps now automatically swap their pixels vertically.
-> Added gluxSwapPixelsV to swap pixels vertically (utility function).
-> Added BitsPerPixel and BytesPerPixel to gluxImage instead of inheriting classes.
-> Bitmaps now automatically swap their pixels vertically.
-> Added gluxSwapPixelsV to swap pixels vertically (utility function).
-> Added BitsPerPixel and BytesPerPixel to gluxImage instead of inheriting classes.
-
r222
(-> Updated for more testing.
-> Added ColourKeyedBitmap, whi...) committed by modjusti...@hotmail.com
- -> Updated for more testing.
-> Added ColourKeyedBitmap, which is just an experiment.
Note: Changing glBlendFunc might mess up the 32-bit bitmap, probably due to RGBA-BGRA
incompatibility.
-> Updated for more testing.
-> Added ColourKeyedBitmap, which is just an experiment.
Note: Changing glBlendFunc might mess up the 32-bit bitmap, probably due to RGBA-BGRA
incompatibility.
-
r221
(- Updated version number.
- gluxRandom* functions now set a ...) committed by modjusti...@hotmail.com
- - Updated version number.
- gluxRandom* functions now set a Glux error message when they fail.
- Updated version number.
- gluxRandom* functions now set a Glux error message when they fail.
-
r220
(- Patched gluxRandom* Functions (wouldn't generate on [-50, ...) committed by modjusti...@hotmail.com
- - Patched gluxRandom* Functions (wouldn't generate on [-50, 20] for example).
- Speed improvement for gluxRandom* functions.
- Added gluxMakeSeed utility function.
- Patched gluxRandom* Functions (wouldn't generate on [-50, 20] for example).
- Speed improvement for gluxRandom* functions.
- Added gluxMakeSeed utility function.
-
-
-
r217
(Fixed bug in Win32 platform code where no extra cmd argument...) committed by modjusti...@hotmail.com
- Fixed bug in Win32 platform code where no extra cmd arguments would result in a vector with 1
parameter.
Fixed bug in Win32 platform code where no extra cmd arguments would result in a vector with 1
parameter.
-
-
-
-
-
-
-
r210
(Added an event tester project.) committed by modjusti...@hotmail.com
- Added an event tester project.
Added an event tester project.
-
-
r208
(-> Added gluxDynamicEventFilter
-> Added gluxIsMouseEvent
->...) committed by modjusti...@hotmail.com
- -> Added gluxDynamicEventFilter
-> Added gluxIsMouseEvent
-> Added gluxIsKeyboardEvent
-> Added gluxDynamicEventFilter
-> Added gluxIsMouseEvent
-> Added gluxIsKeyboardEvent
-
r207
(Changed GLUX_MAJOR to 4 and GLUX_MINOR to 0 (going for the n...) committed by modjusti...@hotmail.com
- Changed GLUX_MAJOR to 4 and GLUX_MINOR to 0 (going for the next minor release!)
Changed GLUX_MAJOR to 4 and GLUX_MINOR to 0 (going for the next minor release!)
-
r206
(Made gluxLoadRAW set the dimensions of the texture to 0 as t...) committed by modjusti...@hotmail.com
- Made gluxLoadRAW set the dimensions of the texture to 0 as they cannot be detected
Made gluxLoadRAW set the dimensions of the texture to 0 as they cannot be detected
-
r205
(Fixed a minor bug in the TGA loading code) committed by modjusti...@hotmail.com
- Fixed a minor bug in the TGA loading code
Fixed a minor bug in the TGA loading code
-
r204
(GLUX_MAXPATH is now defined as MAX_PATH on Windows and '200'...) committed by modjusti...@hotmail.com
- GLUX_MAXPATH is now defined as MAX_PATH on Windows and '200' on other OS'
GLUX_MAXPATH is now defined as MAX_PATH on Windows and '200' on other OS'
-
r203
(Corrected a documentation function name (gluxDestroyDisplay ...) committed by modjusti...@hotmail.com
- Corrected a documentation function name (gluxDestroyDisplay had gluxCreateDisplay as name)
Corrected a documentation function name (gluxDestroyDisplay had gluxCreateDisplay as name)
-
|