aboutsummaryrefslogtreecommitdiff
path: root/advtrains_train_industrial
Commit message (Expand)AuthorAge
* onboard computer fixh-v-smacker2018-08-12
* Fix box wagonsorwell962018-06-14
* Fix bugs found while testingorwell962018-06-14
* Improve textures and models of industrial train and add new more powerful ind...mbb2017-12-12
* Implement sound api and some soundsorwell962017-12-06
* Moved default train track to separate mod, for integration with advcarts.Gabriel Pérez-Cerezo2017-10-25
* Remove zip release files, move mod to root, exclude assets from Makefile (#92)rubenwardy2017-09-20
* Restructure mod directoryorwell962017-01-04
* remove train type concept and calculate train's capabilities based on used wa...orwell962016-12-22
* Turning mod into a modpack and separating the trains from the core modorwell962016-12-20
l ppc">#ifndef OBJECT_PROPERTIES_HEADER #define OBJECT_PROPERTIES_HEADER #include <string> #include "irrlichttypes_bloated.h" #include <iostream> #include <map> #include <vector> struct ObjectProperties { // Values are BS=1 s16 hp_max; bool physical; bool collideWithObjects; float weight; aabb3f collisionbox; std::string visual; std::string mesh; v2f visual_size;