Aruki
|
c4829f5fda
|
Cleanup & refactoring
|
2018-12-16 14:00:40 -07:00 |
|
Aruki
|
2287b05bc3
|
Refactor so PWE compiles with the newly externalized LibCommon
|
2018-12-11 22:50:46 -07:00 |
|
Aruki
|
16e310fb2f
|
Update resource selectors when their asset is renamed, fixed default world editor split sizes, disabled model editor save button outside of MP1
|
2017-07-18 03:07:42 -06:00 |
|
Aruki
|
2c21276f5a
|
Use uppercase extensions for editor resources
|
2017-07-04 19:32:12 -06:00 |
|
Aruki
|
46b65a5bcd
|
Added support for the remaining DKCR formats; DKCR repacking works now
|
2017-06-26 20:34:58 -06:00 |
|
Aruki
|
88c11555c0
|
Added support for CHAR, SAND, and SCAN dependencies in MP3
|
2017-04-30 22:28:37 -06:00 |
|
Aruki
|
e138cd7035
|
Removed dependencies on GLM
|
2017-03-31 23:33:11 -06:00 |
|
Aruki
|
ac2430e61c
|
Minor fixes/adjustments
|
2017-02-21 00:09:03 -07:00 |
|
Aruki
|
9928a599be
|
Initial work towards making the World Editor the main application window
|
2017-02-11 18:35:33 -07:00 |
|
parax0
|
678ca01fb1
|
Merge branch 'master' into ContentExporting
|
2017-01-29 07:33:14 -07:00 |
|
parax0
|
c62a01e4d9
|
Added a couple more collision view features; set up a proper UI for changing collision render settings
|
2017-01-14 10:32:41 -07:00 |
|
parax0
|
08dee84367
|
Set up game-neutral collision materials; Jump Not Allowed flag now flags that surface as unstandable; other minor fixes
|
2017-01-11 06:29:30 -07:00 |
|
parax0
|
be40dfdf02
|
Added a basic UI to change collision render settings, added the ability to color collision based on the surface type
|
2016-12-26 23:02:32 -07:00 |
|
parax0
|
c0fb54888d
|
Rewrote collision shader to use generated normals with fake lighting instead of generated UV coords
|
2016-12-24 03:05:51 -07:00 |
|
parax0
|
712e545c7b
|
Fixed editor viewport rendering black when opening multiple editor windows at the same time
|
2016-12-24 02:11:25 -07:00 |
|
parax0
|
595e4b931e
|
Moved animation-related classes to their own subfolder
|
2016-10-26 18:12:08 -06:00 |
|
parax0
|
a7b381f301
|
Made a bunch of changes to make the resource store system more friendly to multiple stores instead of just a single active one, and set up a resource database for editor assets
|
2016-08-31 02:09:13 -06:00 |
|
parax0
|
1de2691f33
|
Enabled MSAA
|
2016-08-30 19:05:28 -06:00 |
|
parax0
|
3f3735ac7a
|
Created application class to manage editor windows, improved camera AABox orbit
|
2016-08-30 00:47:02 -06:00 |
|
parax0
|
24c5ad5cd7
|
Applied a bunch of fixes to get the current game exporter functionality working with the resource store system
|
2016-07-04 20:28:17 -06:00 |
|
parax0
|
2d6dfad2d3
|
Completely overhauled resource loading in preparation for projects
|
2016-06-29 17:18:31 -06:00 |
|
parax0
|
f64ee6b3b7
|
A model's surfaces are now depth sorted together (except on world geometry)
|
2016-05-03 05:05:10 -06:00 |
|
parax0
|
2db740e572
|
Added a bunch of new options and tools to the character editor
|
2016-05-02 05:23:16 -06:00 |
|
parax0
|
ce688fcb8e
|
Applied various fixes to the attachment system, made skeleton rendering more flexible, added the ability for attachments to specify an attach type
|
2016-05-01 17:32:55 -06:00 |
|
parax0
|
420f483b56
|
Cache shader uniform locations instead of looking them up every frame (1-2 fps boost yay?)
|
2016-04-29 15:59:26 -06:00 |
|
parax0
|
c4268746f2
|
Fixed skeleton raycasting using the incorrect bone position + renamed a variable
|
2016-04-27 23:55:41 -06:00 |
|
parax0
|
59d8de0f31
|
Added support for depth groups on the renderer
|
2016-04-27 23:32:02 -06:00 |
|
parax0
|
50dcc9cc1a
|
Pre-transform bones with inverse bind instead of sending it to the shader
|
2016-04-27 20:36:50 -06:00 |
|
parax0
|
98059cedaa
|
Added support for model skinning
|
2016-04-27 04:27:57 -06:00 |
|
parax0
|
feace9e38c
|
Fixed animation loader bug, added CBoneTransformData to separate animation transforms away from CSkeleton, added skeleton raycasting, added a bunch of animation playback controls to the character editor
|
2016-04-10 06:49:42 -06:00 |
|
parax0
|
dfdbed24c4
|
Change CTransform4f to inherit from CMatrix4f
|
2016-04-08 19:16:26 -06:00 |
|
parax0
|
82ad4fb5c8
|
Mass code cleanup
|
2016-03-27 13:09:38 -06:00 |
|
parax0
|
a35044ef83
|
Moved Log to Common and made some changes to log formatting
|
2016-02-15 05:28:20 -07:00 |
|
parax0
|
b768473b44
|
Added lightmap multiplier to allow applying basic lighting on world geometry
|
2016-01-10 06:17:12 -07:00 |
|
parax0
|
d66b3dee8e
|
Reorganized CScene; better organization, less redundant code, responsibility for show/hide shifted to other classes, and in position to implement CSceneIterator
|
2016-01-06 03:42:07 -07:00 |
|
parax0
|
3fa109d5b8
|
Renamed CSceneManager to CScene
|
2016-01-06 03:19:06 -07:00 |
|
parax0
|
5375f34c19
|
Implemented TFlags for easy, type-safe bitflags
|
2016-01-05 11:50:10 -07:00 |
|
parax0
|
2db8d23516
|
Splitting Math into a separate subproject and adding FileIO as a PWE subproject
|
2015-12-16 14:39:51 -07:00 |
|
parax0
|
6b8966f0b9
|
Making CColor use floats instead of u8s
|
2015-12-16 03:28:40 -07:00 |
|
parax0
|
824d23efc1
|
Mass refactoring part 2/2: fixing include paths and project files
|
2015-12-14 19:07:22 -07:00 |
|
parax0
|
8805baaee1
|
Mass refactoring part 1/2: establishing multiple subprojects, moving source files to their new location, adding resources/templates to version control
|
2015-12-14 18:33:16 -07:00 |
|