Alexis Maiquez
e80ce94331
+ Support for null textures in material passes
...
+ Basic parsing for object's effects (missing passes specified in the scene.json)
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2019-08-14 10:42:10 +02:00
Alexis Maiquez
5e5dd47154
+ Added parsing of sounds
...
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2019-08-14 01:23:44 +02:00
Alexis Maiquez
2ba3498517
+ Added parsing of images info and their materials
...
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2019-08-14 00:23:27 +02:00
Alexis Maiquez
7410f238ac
+ Added SDL and SDL_Mixer to implement audio support
...
+ Added support for sound objects
Supported formats: MP3, FLAC, OGG
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2019-08-07 18:27:20 +02:00
Alexis Maiquez Murcia
6abd73e843
+ Added support for constant shader values
...
~ Fixed shader parameter setting that wasn't properly loading the values for the shader to use
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
2019-05-15 11:35:48 +02:00
Alexis Maiquez
374f53be6a
+ Support for shader parameters with default values (TODO: read values from the constantvalues list in the json files)
...
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2019-05-14 22:16:37 +02:00
Alexis Maiquez Murcia
e62ea3e2be
+ Updated .gitignore
...
- Removed config class as It's no longer used
+ Added a small readme with all the documentation needed up to now
+ Changed the way the application starts to take into account execution switches to allow the users to select a background without recompiling the software
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
2019-04-05 16:41:33 +02:00
Alexis Maiquez Murcia
9f9d44834b
- Removed the whole "fileResolver" class in favour of using the actual irrlicht file-handling functions
...
~ Added a small utils class to read full files to ram for the purpose of parsing json files
Most of these files are really small, so there shouldn't really be any memory concerns
+ Added support for loading backgrounds directly from PKG files
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
2019-04-04 16:51:54 +02:00
Alexis Maiquez Murcia
82682ecf02
+ Added LZ4 lib to the compilation process
...
+ Basic draft for the texture custom loader, only ARGB (partially) supported for now
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
2019-04-02 17:08:34 +02:00
Alexis Maiquez
1c9db8c159
+ Comments to FileResolver
...
~ Limit projects to scenes only
~ Updated shader definitions to compile all the WallpaperEngine shaders
+ Documented shader compiler
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2019-02-16 19:26:15 +01:00
Alexis Maiquez
32c36b8aee
+ Support for setting orthographic camera from scene information
...
- Removed specific stuff for the nier automata background I was using as test
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2018-09-21 21:10:02 +02:00
Alexis Maiquez
f5b3bd86d0
+ Added renderization control to the file loading system (scenes control the whole renderization)
...
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2018-08-27 16:15:31 +02:00
Alexis Maiquez Murcia
1821731d5a
+ Basic parsing for json files on project (just scene, project objects and basic images)
...
+ Re-structured some code to its (hopefully) final form (shader compiler, file finding, etc)
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
2018-07-06 13:47:11 +02:00
Alexis Maiquez
c8534b9a6e
+ Support for json parsing and basic wallpaperengine json deserialization and loading
...
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
2018-07-06 01:59:39 +02:00
Alexis Maiquez Murcia
5944cb9715
+ More shader compilation steps (broke with the origina, still some information to change)
...
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
2018-07-05 15:49:00 +02:00
Alexis Maiquez
ff59fcce41
~ Current status of the project (basic shader support and shader precompilation steps)
...
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2018-07-05 02:17:58 +02:00