|
|
@320
|
11 years |
epyon |
* split nova into separate libs
* particle_engine moved to engine
|
|
|
@319
|
11 years |
epyon |
* created core module and moved all free source files there
* took …
|
|
|
@314
|
11 years |
epyon |
* update( time ) removed from mesh_interface
|
|
|
@313
|
11 years |
epyon |
* cleanup of context and device interfaces
* create_vertex_array …
|
|
|
@312
|
11 years |
epyon |
* particle engine now can be extended with affectors and emmiters
* …
|
|
|
@309
|
11 years |
epyon |
* origin parameter for particle system (TOP_LEFT, etc)
* precise …
|
|
|
@307
|
11 years |
epyon |
* particle_system - duration (duration_min/duration_max) added to …
|
|
|
@306
|
11 years |
epyon |
* particle_engine module (WIP, but very robust already)
|
|
|
@304
|
11 years |
epyon |
* mouse wheel support for both SDL 1.2 and 2.0
* optional unmerged …
|
|
|
@303
|
11 years |
epyon |
* program is now handle-based
* all device constructs are now …
|
|
|
@302
|
11 years |
epyon |
* buffers and vertex_arrays are now handle based
|
|
|
@299
|
11 years |
epyon |
* all bind and update function for graphics objects are done via …
|
|
|
@296
|
11 years |
epyon |
* lua::table_guard is_* utility functions
* minor tweaks
|
|
|
@295
|
11 years |
epyon |
* gl_context - support for integration with wxWindows
* wx.hh - …
|
|
|
@294
|
11 years |
epyon |
* mesh_creator -- very robust tangent generation mechanism
* …
|
|
|
@293
|
11 years |
epyon |
* mesh_creator class, currently for transforms, later for const safety …
|
|
|
@290
|
11 years |
epyon |
* proper support for partial timeline animation
|
|
|
@289
|
11 years |
epyon |
* merged md5 animation loader into md5_loader
* all animation now …
|
|
|
@288
|
11 years |
epyon |
* unified animation_entry class
* virtuals removed from …
|
|
|
@287
|
11 years |
epyon |
* mesh_data_pack's in every format
* md5_mesh_data removed, uses …
|
|
|
@285
|
11 years |
epyon |
* full pure data model for animation
* all loaders now use pure data …
|
|
|
@283
|
11 years |
epyon |
* Nova Model Data format loader added
* keyframed mesh and skeletal …
|
|
|
@282
|
11 years |
epyon |
* key_slots - another template hell similar to vertex definitions
* …
|
|
|
@281
|
11 years |
epyon |
* animation key raw sizes (the whole system will be dumped though)
* …
|
|
|
@280
|
11 years |
epyon |
* unified mesh_raw_channel and mesh_raw_index_channel
* string_table …
|
|
|
@275
|
11 years |
epyon |
* scene_node setters
* animated meshes don't need context, just the device
|
|
|
@261
|
11 years |
epyon |
* md5_loader using dynamic_array
* skeleton animation via pointer, …
|
|
|
@256
|
11 years |
epyon |
* various minor fixes
|
|
|
@252
|
11 years |
epyon |
* animation may be nullptr
|
|
|
@251
|
11 years |
epyon |
* const correctness (in-progress)
|
|
|
@241
|
11 years |
epyon |
* significant simplification of the md5 code
* proper instancing for …
|
|
|
@240
|
11 years |
epyon |
* multiple mesh per file interface for all mesh loaders added
* …
|
|
|
@239
|
11 years |
epyon |
* massive update of mesh handling
* universal mesh handling routines
…
|
|
|
@237
|
11 years |
epyon |
* debug_draw module added
* evil vertex descriptor and info added
* …
|
|
|
@236
|
11 years |
epyon |
* mass renames to prepare for new mesh_data
|
|
|
@231
|
11 years |
epyon |
* further simplification of mesh classes
* updated tests
|
|
|
@230
|
11 years |
epyon |
* animated_mesh, scene_node, camera and transform classes added
* …
|
|
|
@228
|
11 years |
epyon |
* various untracked changes
|
|
|
@227
|
11 years |
epyon |
* skeletal mesh support
|
|
|
@224
|
11 years |
epyon |
* universal mesh format
* removed keyframed_mesh_data
|
|
|
@223
|
11 years |
epyon |
* keyframed_mesh can be animated either cpu or gpu side
|
|
|
@204
|
12 years |
cahir |
Fix warnings on MacOSX 64-bit with clang 3.3
|
|
|
@198
|
12 years |
epyon |
* warning cleanup for clang and gcc
|
|
|
@183
|
12 years |
epyon |
* lua - alternative way of specifing push/pop support
|
|
|
@161
|
12 years |
epyon |
* unified naming of attributes in nv
* predefined attribute bindings …
|
|
|
@159
|
12 years |
epyon |
* keyframed_mesh - animation start takes count of frames not stop
|
|
|
@158
|
12 years |
epyon |
* keyframed_mesh class added
|
|
|
@146
|
12 years |
epyon |
* warnings fixed
|
|
|
@145
|
12 years |
epyon |
* texture_atlas - we want to retain the extra border if handling text, …
|
|
|
@144
|
12 years |
shark |
* texture_atlas: Fixed exact fit behavior bug.
|
|
|
@142
|
12 years |
epyon |
* texture_atlas - optionally takes a border parameter (default 1)
* …
|
|
|
@128
|
12 years |
epyon |
* bad cast in image.cc fixed
* bug in c_file_system fixed
|
|
|
@121
|
12 years |
epyon |
* Nova builds with -Weverything/-Wall/-pedantic/etc on:
on MSVC …
|
|
|
@114
|
12 years |
epyon |
* texture_font - fixes
* gui_style - fixes
* position - added …
|
|
|
@103
|
12 years |
epyon |
* texture_font - proper support for depth 4
|
|
|
@95
|
12 years |
epyon |
* order of includes fixed
* logger bug fixed
|
|
|
@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
|