C. J. Howard
|
7f93f132cd
|
Revise coordinate transformation functions and move into own namespace hierarchy
|
3 years ago |
C. J. Howard
|
ee5a9746da
|
Add more color-related functions, deconstruct blackbody function into separate color functions, move B-V color index function to color index namespace
|
3 years ago |
C. J. Howard
|
b8b1c33d08
|
Add utility function to convert between visual magnitude and lux
|
3 years ago |
C. J. Howard
|
5547960119
|
Move shader template class into render folder
|
3 years ago |
C. J. Howard
|
f35a6fa7c7
|
Add shader_template class and revise the shader program loader
|
3 years ago |
C. J. Howard
|
49431013b9
|
Rename shader class to shader_object, as well as extend its functionality and improve error handling
|
3 years ago |
C. J. Howard
|
6a09b97e29
|
Rename spotlight class to spot_light
|
3 years ago |
C. J. Howard
|
b1b1dbd62f
|
Add loader for JSON texture data
|
3 years ago |
C. J. Howard
|
02cdab009e
|
Move cart namespace out of game folder
|
3 years ago |
C. J. Howard
|
2db97b5d53
|
Add files in the input folder to the input namespace
|
3 years ago |
C. J. Howard
|
ccbbd08b32
|
Rename rasterizer folder to gl and put all files in the gl folder into the gl namespace
|
3 years ago |
C. J. Howard
|
7add3f54cf
|
Move behavior tree to new ai namespace, move entity behavior tree to ecs namespace
|
3 years ago |
C. J. Howard
|
2528a37e36
|
Move console commands from cc namespace to debug::cc namespace
|
3 years ago |
C. J. Howard
|
db5fb5ac3b
|
Try to get commit contributions to work on Gitea and try again to close #7
|
3 years ago |
C. J. Howard
|
b1da7c91d4
|
Re-attempt to close #7
|
3 years ago |
C. J. Howard
|
d261feab3a
|
Revise Morton location code functions to be templated, closes #7
|
3 years ago |
C. J. Howard
|
d16167586c
|
Rename geometry folder to geom and move all code in the geom folder into the geom namespace
|
3 years ago |
C. J. Howard
|
60238e95be
|
Rename ast namespace to astro, move astro namespace out of game folder, rename files in the astro namespace
|
3 years ago |
C. J. Howard
|
9de00878ac
|
Move components and systems to ecs namespace
|
3 years ago |
C. J. Howard
|
978ad7add6
|
Rename scene class to collection and move all scene-related classes into the scene namespace
|
3 years ago |
C. J. Howard
|
461e864c49
|
Move genetics folder out of game folder, document subnamespaces of genetics namespace, move genetics::translation_table to genetics::codon::table
|
3 years ago |
C. J. Howard
|
e16de75386
|
Add solar system
|
3 years ago |
C. J. Howard
|
f83f659439
|
Rename solar system -> astronomy system, improve calculations of orbital positions
|
4 years ago |
C. J. Howard
|
6c4eea2cca
|
Only compile with exe icon if icon file exists
|
4 years ago |
C. J. Howard
|
e777f5c63c
|
Add functions for solving Kepler's equation, add solar system class
|
4 years ago |
C. J. Howard
|
1ef5ff08b0
|
Add celestial time functions
|
4 years ago |
C. J. Howard
|
9da628488a
|
Add functions to generate celestial coordinate conversion matrices, and improve astronomical calculations
|
4 years ago |
C. J. Howard
|
7222deeb56
|
Add weather system
|
4 years ago |
C. J. Howard
|
50f2832db1
|
Add biome loader
|
4 years ago |
C. J. Howard
|
6aa655f3f1
|
Add painting system
|
4 years ago |
C. J. Howard
|
6840e8c9d2
|
Add tool events and tracking system
|
4 years ago |
C. J. Howard
|
bca1201e6c
|
Add parent component, spatial system, and make transform components support parent-child relationships
|
4 years ago |
C. J. Howard
|
6ad5c0764c
|
Make splash screen skipable and add tool equip hotkeys
|
4 years ago |
C. J. Howard
|
752991b0f5
|
Add outline pass
|
4 years ago |
C. J. Howard
|
37f95a087d
|
Improve orbit cam springing
|
4 years ago |
C. J. Howard
|
2c951cf418
|
Export NvOptimusEnablement global variable to signal Nvidia drivers to use high-performance graphics
|
4 years ago |
C. J. Howard
|
7e8aeac971
|
Fix fullscreen toggling
|
4 years ago |
C. J. Howard
|
924cde00e5
|
Refactor application to split into application class and separate game bootloader
|
4 years ago |
C. J. Howard
|
0a5a7035d8
|
Integrate previously separate unpublished VMQ math library directly into Antkeeper source
|
4 years ago |
C. J. Howard
|
f44df4b7cc
|
Revise and expand easing functions, and reorganize some source file locations
|
4 years ago |
C. J. Howard
|
d6022e7d82
|
Add constraint system
|
4 years ago |
C. J. Howard
|
323823a1e2
|
Integrate PhysicsFS to read data from zipped archives and support mods
|
4 years ago |
C. J. Howard
|
b8ea878292
|
Get spiral navigation working and statically link to SDL2 and OpenAL
|
4 years ago |
C. J. Howard
|
963823e452
|
Add a CLI to the application class
|
4 years ago |
C. J. Howard
|
7195ca0ec6
|
Add simple_render_pass class and add task support to logger
|
4 years ago |
C. J. Howard
|
be531e1833
|
Give version numbering control to superbuild repo
|
4 years ago |
C. J. Howard
|
a833bedf71
|
Update README.md
|
4 years ago |
C. J. Howard
|
5a2d886113
|
Move dependencies to superbuild repo
|
4 years ago |
C. J. Howard
|
c9779bf766
|
Replace old repo contents with new repo contents
|
4 years ago |
C. J. Howard
|
b18e983499
|
Fix DPI scaling on Windows
|
5 years ago |