Daniel Evans
|
e8b718583b
|
Removed old framework files
|
2013-09-08 20:22:32 +01:00 |
|
Daniel Evans
|
86f7dbb0a9
|
Moved weather interpolation into Weather Loader
|
2013-08-18 22:57:08 +01:00 |
|
Daniel Evans
|
ad5e86f7ce
|
Refactored skydome to fix it
|
2013-08-18 22:06:13 +01:00 |
|
Daniel Evans
|
7d44abd646
|
Fixed multiple rendering issues
|
2013-08-18 20:31:37 +01:00 |
|
Daniel Evans
|
025754b315
|
AI Nodes now form graph
|
2013-08-16 00:59:32 +00:00 |
|
Daniel Evans
|
dfb3ce0d74
|
Fixed Collision model orientations
|
2013-08-16 00:28:49 +00:00 |
|
Daniel Evans
|
9edd196bae
|
Changed water rendering
|
2013-08-16 00:06:31 +00:00 |
|
Daniel Evans
|
2330263c26
|
Improved LOD Behaviour
|
2013-08-15 23:05:41 +00:00 |
|
Daniel Evans
|
e00c71eacc
|
Added random fudge to wander behavior
|
2013-08-15 17:11:36 +00:00 |
|
Daniel Evans
|
022f4c02b6
|
Fixed timestep
|
2013-08-15 16:53:11 +00:00 |
|
Daniel Evans
|
fceaf49273
|
Fixed animation glitches
|
2013-08-13 23:16:55 +00:00 |
|
Daniel Evans
|
da64f70a07
|
Made player's last direction stick
|
2013-08-13 22:50:48 +00:00 |
|
Daniel Evans
|
23ca15017c
|
Improved character movement
|
2013-08-13 17:42:58 +00:00 |
|
Daniel Evans
|
2272d66753
|
Run animation
|
2013-08-13 16:15:28 +00:00 |
|
Daniel Evans
|
b344971ef9
|
Player AI Controller
|
2013-08-12 21:35:23 +00:00 |
|
Daniel Evans
|
a9260e4e40
|
AI Controller
|
2013-08-11 20:42:54 +00:00 |
|
Daniel Evans
|
16575bb77b
|
Bullet Physics character controller
|
2013-08-11 21:50:29 +01:00 |
|
Daniel Evans
|
b23fc041c9
|
Functional PATH loading.
|
2013-07-30 16:59:44 +01:00 |
|
Daniel Evans
|
d8dc38e549
|
Added support for animations
- Overhauled rendering and loading to support animations.
- Fixed bugs in LoaderIFP.
|
2013-07-26 06:40:21 +01:00 |
|
Daniel Evans
|
21fcece46c
|
Added LoaderIFP for loading IFP animation files
Added support to datadump for viewing animation data
|
2013-07-24 09:41:27 +01:00 |
|
Daniel Evans
|
1251c4c2a7
|
Refactored GTA objects to make more sense
Objects now inherit from GTAObject.
|
2013-07-24 01:44:08 +01:00 |
|
Daniel Evans
|
6a1b3df54a
|
Refactored GTARenderer, fixed pedestrian rendering.
|
2013-07-24 00:42:50 +01:00 |
|
Daniel Evans
|
946b9926ff
|
Refactored in preperation for pedestrians
- Moved Rendering code around to reduce duplication
- Added data for pedestrians
|
2013-07-22 04:39:58 +01:00 |
|
Daniel Evans
|
04a8a7d9c5
|
Improved Collision data loading and debugging.
- Removed interleaved data from CollisionInstance as Bullet didn't
understand.
- Improved performance of the DebugDraw to around 2-3 fps
|
2013-07-22 02:38:43 +01:00 |
|
Daniel Evans
|
46c400e078
|
Added support for COL mesh data
Now all type of collision data is loaded (V1 only)
|
2013-07-22 01:49:02 +01:00 |
|
Daniel Evans
|
08377c8e9b
|
Updated framework2 CMakeLists.txt to include headers
Improves the project view in QtCreator
|
2013-07-21 17:58:03 +01:00 |
|
Daniel Evans
|
6969759c9b
|
Added initial collision model loading
Doesn't support all types of data yet, just spheres and boxes.
|
2013-07-21 05:12:52 +01:00 |
|
Daniel Evans
|
bf045af1c1
|
Improved path case detection for dirs.
|
2013-07-21 03:52:23 +01:00 |
|
Daniel Evans
|
6ef56695f5
|
Updated datadumper to dump COL data
|
2013-07-07 21:10:29 +01:00 |
|
Daniel Evans
|
0f53aff984
|
removed deprecated functionality from datadump
|
2013-07-07 18:45:11 +01:00 |
|
Daniel Evans
|
68b1be9b4b
|
improved viewer with debuging information
|
2013-07-06 01:39:54 +01:00 |
|
Daniel Evans
|
bdaf85af75
|
Clump numbering and improved colours
|
2013-07-05 19:50:04 +01:00 |
|
Daniel Evans
|
572281e4fc
|
Atomspheric effects enhanced
|
2013-07-05 02:15:29 +01:00 |
|
Daniel Evans
|
811578337e
|
Converted water to use water.dat
|
2013-07-04 17:03:44 +01:00 |
|
Timmy Sjöstedt
|
312e32f9e8
|
Added normals for water/plane
|
2013-07-04 13:21:16 +02:00 |
|
Timmy Sjöstedt
|
9ce425b135
|
Added Normal vertex array for rendering vehicles and stuff.
|
2013-07-04 13:08:43 +02:00 |
|
Daniel Evans
|
6aa03ec2ec
|
Merge branch 'mergewater'
Conflicts:
framework2/GTAData.cpp
framework2/GTARenderer.cpp
framework2/WeatherLoader.cpp
framework2/include/renderwure/loaders/WeatherLoader.hpp
|
2013-07-04 11:52:11 +01:00 |
|
Daniel Evans
|
9555b7ca70
|
Merge of water code
|
2013-07-04 11:43:28 +01:00 |
|
Daniel Evans
|
8f992afa73
|
Added world water
|
2013-07-04 11:37:33 +01:00 |
|
Timmy Sjöstedt
|
df22e2251d
|
Added basic sky and ambient lighting (ugly hacked together, we'll fix it later!)
|
2013-07-04 12:01:23 +02:00 |
|
Timmy Sjöstedt
|
b6e096a7ec
|
GTAData now loads weather
|
2013-07-04 12:00:30 +02:00 |
|
Timmy Sjöstedt
|
47117cbd65
|
Normals are now generated on-the-fly if they don't already exist
|
2013-07-04 11:59:07 +02:00 |
|
Timmy Sjöstedt
|
db2ff2a024
|
Toggle mouse grab by pressing M
|
2013-07-04 11:57:31 +02:00 |
|
Timmy Sjöstedt
|
ef104054a0
|
Only accept user input when the window is in focus!
|
2013-07-04 11:56:23 +02:00 |
|
Timmy Sjöstedt
|
c033c877cf
|
Fixed old datadump CMake missing file inclusion.
|
2013-07-04 07:58:09 +02:00 |
|
Timmy Sjöstedt
|
341fbc3422
|
Moved Color structs into new GTATypes header
|
2013-07-04 07:56:58 +02:00 |
|
Timmy Sjöstedt
|
c2ebea6d84
|
Added WeatherLoader! Hopefully correct as documentation is lacking! Woo!
|
2013-07-04 07:30:20 +02:00 |
|
Timmy Sjöstedt
|
c2cf034ba0
|
Added WeatherLoader! Hopefully correct as documentation is lacking! Woo!
|
2013-07-04 07:28:56 +02:00 |
|
Timmy Sjöstedt
|
df77d96ac6
|
Added Color structs to GTAData
|
2013-07-04 07:28:18 +02:00 |
|
Daniel Evans
|
d8795b8375
|
Added wheels to Vehicles
|
2013-07-04 02:40:47 +01:00 |
|