Commit Graph

21 Commits

Author SHA1 Message Date
UnknownShadow200 32e24eb914 Initial work on arm in hand.
Based on https://github.com/UnknownShadow200/ClassicalSharp/wiki/Position-of-the-player%27s-arm-in-1st-person%2C-from-Survival-Test, thanks goodlyay
2017-08-18 14:04:37 +10:00
UnknownShadow200 a49fda440f Remove the yucky 'is entity FakePlayer', instead store ModelBlock as a field. 2017-08-03 14:53:34 +10:00
UnknownShadow200 f081fffdf0 Port ModelCache to C. 2017-06-17 23:07:30 +10:00
UnknownShadow200 5f5dd498e9 Remove pointless unused methods from Model classes. 2017-06-16 22:48:45 +10:00
UnknownShadow200 2717460d0b Implement more of ChunkUpdater in C, remove a few redundant bits of code. 2017-06-16 15:02:13 +10:00
Goodlyay 9d50aa3585 Add sitting model 2017-03-09 21:52:19 -08:00
UnknownShadow200 530e9eb09c make code work with abstract Entity class instead of Player class 2017-01-20 12:16:38 +11:00
UnknownShadow200 98d435b110 fix licensing 2017-01-20 09:12:04 +11:00
UnknownShadow200 405fe46544 make more things public 2016-12-04 19:02:16 +11:00
UnknownShadow200 1aef52fab2 Use standard indentation for everything. 2016-11-27 14:47:09 +11:00
UnknownShadow200 fafd087292 Client: Giant model is now just an alias for bigger humanoid model, instead of separate model class. 2016-10-18 17:03:55 +11:00
UnknownShadow200 c0865c4be0 Client: Add head model. 2016-10-18 10:57:42 +11:00
UnknownShadow200 7f92161077 Gfx: IGraphicsApi is no longer responsible for managing dynamic vertex buffers. Simplify dynamic vertex buffer code. 2016-10-12 19:28:00 +11:00
UnknownShadow200 2452cc93a7 Style: Use gfx consistently everywhere, instead of mixing api and graphics. 2016-10-12 12:25:12 +11:00
UnknownShadow200 64cb13d0a6 Gfx: DeleteVb should reset the id too. 2016-10-01 17:45:17 +10:00
UnknownShadow200 344688ca8d Fix last commit. 2016-08-03 14:26:42 +10:00
UnknownShadow200 8b2f429a43 Now with less pointless code duplication for entity model code. 2016-08-03 14:07:56 +10:00
UnknownShadow200 0141b7140b Make ModelCache code nicer. 2016-08-03 13:53:15 +10:00
UnknownShadow200 df12571d96 Don't load a texture if it is bigger than gpu's max supported size. 2016-06-23 10:50:51 +10:00
UnknownShadow200 8052c944f2 Comment out custom model code (since it's unlikely to be worked on for a while) with block region so build output isn't polluted with pointless warnings - thanks Retatta. 2016-05-20 15:22:54 +10:00
UnknownShadow200 65069f2f34 Organise launcher classes into namespaces. 2016-05-17 10:17:24 +10:00