|
|
@198
|
12 years |
epyon |
* warning cleanup for clang and gcc
|
|
|
@191
|
12 years |
epyon |
* formats - md3_animation works!
|
|
|
@184
|
12 years |
epyon |
* io_event - full support for all joystick events
* gl_window - full …
|
|
|
@172
|
12 years |
epyon |
* sdl - missing 2.0 sdl_functions
* lua - compat implementation of …
|
|
|
@171
|
12 years |
epyon |
* sdl - full 2.0 version implemented in the same header
* sdl - nova …
|
|
|
@170
|
12 years |
epyon |
* sdl - structure/define wise 2.0 support added (no functions yet)
* …
|
|
|
@161
|
12 years |
epyon |
* unified naming of attributes in nv
* predefined attribute bindings …
|
|
|
@160
|
12 years |
epyon |
* gl.hh - added GL_GENERATE_MIPMAP (deprecated in GL 3.0, but …
|
|
|
@157
|
12 years |
epyon |
* context now stores device pointer
|
|
|
@153
|
12 years |
epyon |
* device & vertex_buffer - void* of data made const for const …
|
|
|
@121
|
12 years |
epyon |
* Nova builds with -Weverything/-Wall/-pedantic/etc on:
on MSVC …
|
|
|
@120
|
12 years |
epyon |
* Nova now properly compiles and works under:
mingw GCC 4.6 32-bit …
|
|
|
@116
|
12 years |
epyon |
* support for indexed arrays
|
|
|
@108
|
12 years |
epyon |
* gui_common.hh - render_data did not have virtual destructor - fixed
…
|
|
|
@100
|
12 years |
epyon |
* vertex_buffer - assign changed to update, needs bind
* …
|
|
|
@99
|
12 years |
epyon |
* vertex_buffer - added assign by range (will change with the next …
|
|
|
@98
|
12 years |
epyon |
* window stores and can return it's device
|
|
|
@93
|
12 years |
epyon |
* io_event - event and key list expanded
* window - is_event_pending, …
|
|
|
@92
|
12 years |
epyon |
* device - delay and get_ms_ticks added
* gl_device - delay and …
|
|
|
@90
|
12 years |
epyon |
* common - windows SCL warnings proper suppression
* common - …
|
|
|
@89
|
12 years |
epyon |
* gfx folders added - moved image, texture_atlas and texture_font to them
|
|
|
@70
|
12 years |
epyon |
* etype -> datatype
* types clarifications, and datatype_traits
|
|
|
@68
|
12 years |
epyon |
* engine support for int8 vectors (might be removed later?) - types …
|
|
|
@64
|
12 years |
epyon |
* root class for object trees
* revised exception throwing - now …
|
|
|
@62
|
12 years |
epyon |
* type -> etype - to reduce confusion for the compiler
|
|
|
@49
|
12 years |
epyon |
* renamings for easier typing
|
|
|
@45
|
12 years |
epyon |
* temporary draw for context (and implementation)
* cleaned up …
|
|
|
@44
|
12 years |
epyon |
* context bugfixes, force apply state at creation and apply render …
|
|
|
@43
|
12 years |
epyon |
* texture2d object interface and implementation
|
|
|
@42
|
12 years |
epyon |
* vertex_buffer interface and implementation
|
|
|
@41
|
12 years |
epyon |
* proper uniform binding implemented
|
|
|
@40
|
12 years |
epyon |
* bugfixes
|
|
|
@38
|
12 years |
epyon |
* gl_window added
* gl_device added
* NOVA library fully integrated …
|
|
|
@37
|
12 years |
epyon |
* gl_context added
* removed geometry shader support from gl_program …
|
|
|
@36
|
12 years |
epyon |
* gl_program added
|
|
|
@35
|
12 years |
epyon |
* gl_enum helper functions
* gl_names GL name handling
|
|
|
@29
|
12 years |
melon |
Removed some debug leftovers
|
|
|
@28
|
12 years |
melon |
Just some reformating, got rid of compiler warnings.
|
|
|
@27
|
12 years |
melon |
Reformating.
Removed unused variables.
|
|
|
@26
|
12 years |
melon |
Added doxygen documentation to image.
Removed image::clear() as this …
|
|
|
@25
|
12 years |
melon |
Modified thrown error messages to provide more details
|
|
|
@24
|
12 years |
melon |
Fixed typos (gylph => glyph)
|
|
|
@23
|
12 years |
melon |
Added missing header. Everything links now.
|
|
|
@21
|
12 years |
epyon |
* bugfixes
* missing files added
|
|
|
@13
|
12 years |
epyon |
* pure image functionality of texture_atlas split into image clas
|
|
|
@11
|
12 years |
epyon |
* common.hh - supression of C4201 warning under MSVC (nameless unions) …
|