volca02
volca02
Hi, I took the liberty of converting [srcery color theme](https://srcery-colors.github.io/) to pywal json format.
Could you please consider adding these common key bindings to the RESH CLI UI? ``` Typically means Quit Ditto, quit/exit command Erase whole word backwards ``` Also some keystrokes produce...
Hi, Python 2.7.5 on Arch linux. Tested both against python2-gmusicapi and python2-gmusicapi-git - both produce an empty screen where no keypress influences anything besides q that quits the program. Pressing...
*General* - [x] get rid of OPDELIB_EXPORT macro altogether - [ ] base directory is needlessly branched, which complicates include declarations in cmake. flatten that directory. - [x] While we're...
After trying to force Ogre3d to do stuff the way it's needed, which has proven to be harder on every step (notably light list population for movable objects, lately), it's...
read/write operations using operators `>>` and `
I need a better tool to track down the frame timing issues (to be easily seen in t1/miss2.mis starting position for example). Something tells me it is some kind of...
Example: using pytest. ``` #0 Opde::LightAtlas::getIndex (this=0x0) at /home/volca/Projects/openDarkEngine/openDarkEngine/src/services/worldrep/LightmapAtlas.cpp:288 #1 0x00007ffff7b428c9 in Opde::LightMap::getAtlasIndex (this=) at /home/volca/Projects/openDarkEngine/openDarkEngine/src/services/worldrep/LightmapAtlas.cpp:587 #2 0x00007ffff7b13381 in Opde::LightsForCell::getAtlasForPolygon (this=, face_id=face_id@entry=0) at /home/volca/Projects/openDarkEngine/openDarkEngine/src/services/light/LightService.cpp:352 #3 0x00007ffff7b13f75 in Opde::LightService::getAtlasForCellPolygon (this=, cellID=,...
We have documentation/source code from community on how the animation files (skeletal animations) are stored. I think in theory ogre's animation system is compatible, with one potential problem being translation...
SDL has SDL_WindowEvent in SDL_Event in case the window changed size/position... We should notify render service about the fact the window changed size, render service would then notify ogre.