| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-04 | Revert "Make Lint Happy" | Elias Fleckenstein | |
| This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4. | |||
| 2020-11-04 | Fix github build problems #3 | Elias Fleckenstein | |
| 2020-11-04 | Fix github build problems #2 | Elias Fleckenstein | |
| 2020-11-04 | Fix github build problems | Elias Fleckenstein | |
| 2020-11-04 | Make Lint Happy | Elias Fleckenstein | |
| 2020-10-05 | Added ESP, fixed Tracers, improved Jesus | Elias Fleckenstein | |
| 2020-10-04 | Improved Tracers | Elias Fleckenstein | |
| 2020-06-11 | Use multiple light positions for CAO lighting | sfan5 | |
| 2020-06-01 | ContentCAO: Update light of all attached entities (#9975) | SmallJoker | |
| 2019-12-07 | Attachments: Fix interpolation from (0,0,0) after detach | SmallJoker | |
| GenericCAO::getPosition() did not take the camera offset into account LocalPlayer attachment cleanup: Use sane getParent() function Make that getPosition() (GenericCAO and LocalPlayer) always return the absolute position | |||
| 2019-08-31 | clientobject.h: Fix code-style | ANAND | |
| 2019-08-31 | Fix rotation of attached particlespawner | Pedro Gimeno | |
| Co-authored-by: ANAND <ClobberXD@gmail.com> | |||
| 2019-07-29 | ContentCAO: Fix broken attachments on join (#8701) | SmallJoker | |
| What happened: 1) Object data is received. Client begins to read the data 2) Client initializes all its children (gob_cmd_update_infant) 3) Children try to attach to parent (yet not added) 4) Parent initializes, is added to the environment And somewhere in between, Irrlicht wrecks up the attachments due to the missing matrix node. The solution here is to: 1) Use the same structure as ServerActiveObject 2) Attach all children after the parent is really initialized | |||
| 2019-07-16 | Optimize getting active objects a bit. #8674 | Lars Hofhansl | |
| 2018-11-28 | Move client-specific files to 'src/client' (#7902) | Quentin Bazin | |
| Update Android.mk Remove 'src/client' from include_directories | |||
