Riyyi
							
						 
						
							 
							
							
							
								
							
								0dd7a05d46 
								
							
								 
							
						 
						
							
							
								
								Component+Scene: Restructure scene .json to allow multiple components  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								c607ebcc72 
								
							
								 
							
						 
						
							
							
								
								Engine: Do not use offset for character advance  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								15b71f8387 
								
							
								 
							
						 
						
							
							
								
								Engine: Allow configuration of font size and line spacing  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								6e5f82913e 
								
							
								 
							
						 
						
							
							
								
								Script: Add missing macro CONCAT  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								d02d5a528b 
								
							
								 
							
						 
						
							
							
								
								Assets: Add text entity to example scene1.json  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								574f2a8b5a 
								
							
								 
							
						 
						
							
							
								
								Engine: Fix font spacing in TextAreaComponent  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								2b0635ed69 
								
							
								 
							
						 
						
							
							
								
								Meta: Assets in separate CMakeLists.txt  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								649d196577 
								
							
								 
							
						 
						
							
							
								
								Script+System: Allow native scripts from projects, decoupled from engine  
							
							 
							
							
 
							
						 
						
							2 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								f47babe5cf 
								
							
								 
							
						 
						
							
							
								
								Engine: Add ability to set camera zoom-level via scene JSON  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								efae5b9adb 
								
							
								 
							
						 
						
							
							
								
								Engine: Add Scene::findEntity() function  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								a1b02c2e3a 
								
							
								 
							
						 
						
							
							
								
								Meta: Update ruc library  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								e926d3ce4a 
								
							
								 
							
						 
						
							
							
								
								CMake: Link against ruc-test library  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								4c479cfb64 
								
							
								 
							
						 
						
							
							
								
								Meta: Update ruc library  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								cf0a20e208 
								
							
								 
							
						 
						
							
							
								
								Engine: Add scene getter  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								55af11d831 
								
							
								 
							
						 
						
							
							
								
								Engine: Add constructor for raw data texture  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								26cd35d679 
								
							
								 
							
						 
						
							
							
								
								CMake: Populate list of required include directories for library targets  
							
							 
							
							... 
							
							
 
							
							PUBLIC items will populate the INTERFACE_INCLUDE_DIRECTORIES property of
<target>. This property is a list of public include directories
requirements for a library.
Targets may populate this property to publish the include directories
required to compile against the headers for the target. 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								6972128ad2 
								
							
								 
							
						 
						
							
							
								
								Assets: Remove font from test scene, as font assets aren't added yet  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								c858ef3b1d 
								
							
								 
							
						 
						
							
							
								
								CMake: Always copy assets to build directory, fixes example: $ make run  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								3d22334be9 
								
							
								 
							
						 
						
							
							
								
								Meta: Update debugging path to example executable  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								9d26f20bde 
								
							
								 
							
						 
						
							
							
								
								Script: Prefer using script files from the ruc library  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								0305b2c464 
								
							
								 
							
						 
						
							
							
								
								Doc: Update git submodule instructions in readme  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								17e3a8a5eb 
								
							
								 
							
						 
						
							
							
								
								CMake: Copy assets to the build directory automatically  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								85b222984d 
								
							
								 
							
						 
						
							
							
								
								Meta: Remove nlohmann/json dependency  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								124479876b 
								
							
								 
							
						 
						
							
							
								
								Engine: Make event handle functions virtual  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								aec1a80623 
								
							
								 
							
						 
						
							
							
								
								Engine: Rename getWindow() => window()  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								ae8bb46a7d 
								
							
								 
							
						 
						
							
							
								
								Engine+Example: Improve entrypoint via manual singleton  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								1dcb25ea5e 
								
							
								 
							
						 
						
							
							
								
								CMake: Change include directories to use relative path  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								10a5b70520 
								
							
								 
							
						 
						
							
							
								
								Engine: Comment out text-area test code  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								67b4eb0cc0 
								
							
								 
							
						 
						
							
							
								
								Scene: Load text-areas from JSON  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								e1d88a1872 
								
							
								 
							
						 
						
							
							
								
								Component: Add ability to load TextAreaComponent from JSON  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								3db5845bb4 
								
							
								 
							
						 
						
							
							
								
								Scene: Load quads from JSON  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								c7a8f92970 
								
							
								 
							
						 
						
							
							
								
								Component: Add ability to read SpriteComponent from JSON  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								892be89728 
								
							
								 
							
						 
						
							
							
								
								Scene: Load camera from JSON  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								c2c5777566 
								
							
								 
							
						 
						
							
							
								
								Component: Add ability to read TransformComponent from JSON  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								aedb1a5fc9 
								
							
								 
							
						 
						
							
							
								
								Everywhere: Add copyright headers  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								2ab555af5e 
								
							
								 
							
						 
						
							
							
								
								Engine: Remove unused utility classes  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								01e5179ec7 
								
							
								 
							
						 
						
							
							
								
								Engine: Update std::stou, remove need for intToHex()  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								324da69bb2 
								
							
								 
							
						 
						
							
							
								
								Engine: Remove unnecessary unused warning suppressions  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								f44c82d06e 
								
							
								 
							
						 
						
							
							
								
								Engine: Add function for finding key names  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								8a03d84580 
								
							
								 
							
						 
						
							
							
								
								Engine: Switch inferno/io/log.h => ruc/format/log.h  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								f61f402116 
								
							
								 
							
						 
						
							
							
								
								Engine: Switch to ruc::File  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								470f90fbdd 
								
							
								 
							
						 
						
							
							
								
								Engine: Switch inferno core.h => ruc core.h  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								6302bb4ae1 
								
							
								 
							
						 
						
							
							
								
								Engine: Make sure glad gets included before GLFW in context  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								b72da1278d 
								
							
								 
							
						 
						
							
							
								
								Engine: Run clang-format  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								3da83e9cea 
								
							
								 
							
						 
						
							
							
								
								Meta: Bump C++ version to 20 in .clang-format  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								766f24d6b9 
								
							
								 
							
						 
						
							
							
								
								Engine: Switch to ASSERT macro to ruc's VERIFY  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								722bdd82b1 
								
							
								 
							
						 
						
							
							
								
								Engine: Change include guards to #pragma once  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								4af037a7fb 
								
							
								 
							
						 
						
							
							
								
								Engine: Switch to ruc's singleton  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								2f1c6b5e75 
								
							
								 
							
						 
						
							
							
								
								Engine: Make it compile again  
							
							 
							
							
 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Riyyi
							
						 
						
							 
							
							
							
								
							
								478dccd3df 
								
							
								 
							
						 
						
							
							
								
								Meta+CMake: Add ruc library  
							
							 
							
							
 
							
						 
						
							3 years ago