Activity for OpenMining

  • Benedict Jaeggi committed [623774] on Code

    Copied Lib and appdata to PiRobot_CLIENT_LEGACY to run it from there. Added chunk loading to the network update in PiRobot_CLIENT_LEGACY/Apps/Games/APP_GAME_OMClient.py

  • oki wan benobi committed [e38c1f] on Code

    Reduced chunk size to 20 instead of 25 (25 = over 1024 bytes)

  • oki wan benobi committed [024143] on Code

    Reduced chunk size to 20 instead of 25 (over 1024 bytes)

  • oki wan benobi committed [c34d87] on Code

    Sending chunks now to the right address.

  • oki wan benobi committed [850b88] on Code

    Bugfixed chunk sending error.

  • oki wan benobi committed [90ffc1] on Code

    Bugfixed chunk sending error.

  • oki wan benobi committed [2e4501] on Code

    Fixed index error.

  • oki wan benobi committed [26ddba] on Code

    Removed some overhead bytes in the chunk message block.

  • oki wan benobi committed [2967dc] on Code

    Prepared to get more than one block at a time when sending world data from the server to the client. Client can now receive chunks and server prepares them and sends them. Not tested yet.

  • oki wan benobi committed [2f3b4e] on Code

    Added light.

  • Benedict Jäggi Benedict Jäggi committed [891bcf] on Code

    Made the SERVER/.../CLIENTPROTO work again.

  • oki wan benobi committed [905a68] on Code

    Fixed heavy error where world data send did not send the right positions for removed blocks.

  • oki wan benobi committed [08597d] on Code

    Turn gravity on and off with the G key. Fly up and down with SPACE and SHIFT then.

  • oki wan benobi committed [39d9d0] on Code

    Moved the PiRobot code to PiRobot_CLIENT_LEGACY. You need to copy all that back into the root folder to make it work.

  • oki wan benobi committed [63ea58] on Code

    Moved the PiRobot code to its own folder PiRobot_CLIENT_LEGACY. You need to move it all to the root folder to make it work again.

  • oki wan benobi committed [017124] on Code

    New server version.

  • oki wan benobi committed [9a7829] on Code

    Removed most textures and made some the default ones. Added them to the game.

  • oki wan benobi committed [be9be2] on Code

    Server reset player command (rp) added.

  • oki wan benobi committed [524d06] on Code

    Can now select different cubes with 0-9 (Only 1 to 3 with textures right now) and exit the application with ESC.

  • oki wan benobi committed [736874] on Code

    Added stone texture library, not implemented right now.

  • oki wan benobi committed [d70ba6] on Code

    Using ursina.mouse.hovered_entity instead of going through all entities and checking for hovered.

  • oki wan benobi committed [ce42a0] on Code

    Uploading Blocks to Server works now also with URSINA version.

  • oki wan benobi committed [8d134e] on Code

    Minor changes.

  • oki wan benobi committed [b98fce] on Code

    Client connects now with timer.

  • oki wan benobi committed [31a217] on Code

    Moved Repeated Timer class to own file Libs/LIB_RepeatedTimer.py

  • oki wan benobi committed [538053] on Code

    Fixed the all blocking no connection to remote server timeout Error.

  • oki wan benobi committed [8831c1] on Code

    Ursina Client now loading server data (not colors) and creating world. No not uploading changes yet.

  • oki wan benobi committed [29df96] on Code

    Reorganized it to the old state so that every Lib is loaded from the same place by every main.

  • oki wan benobi committed [cb1d86] on Code

    All PiRobot Code is now in own Folder. Then there is the URSINA version and the MOGLE version, which will not be used anymore.

  • oki wan benobi committed [23c54a] on Code

    Began writing version for URSINA engine.

  • oki wan benobi committed [49f512] on Code

    New Engine approach from tutorial but PyGLM could not be installed. Turned on Backface culling in Client but there are no normals yet.

  • oki wan benobi committed [044b4e] on Code

    Can now detect mouse button down with OMIO.isMouseLeft/Right/MiddleDown and in onMouseUp/Down event with values 1 left, 2 middle and 3 right.

  • oki wan benobi committed [32c8b3] on Code

    Collision - does not work properly but it does work sometimes.

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Startup

  • oki wan benobi committed [2dc6e9] on Code

    Bugfixed lock movement error and you can now lock Y with L.

  • oki wan benobi committed [dadaad] on Code

    getting now nearest block in characters direction when present or setting to the block in 4 units distance.

  • oki wan benobi committed [af9f28] on Code

    Better calculating of character direction.

  • oki wan benobi committed [0fc4e8] on Code

    Character movement: Looking and moving up and down.

  • Benedict Jäggi Benedict Jäggi committed [c4e05c] on Code

    added userdata directory with directories for OpenMining.

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Startup

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Startup

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Startup

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Startup

  • Benedict Jäggi Benedict Jäggi created a wiki page

    Startup

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Home

  • oki wan benobi committed [4b0e87] on Code

    V. 0.1.10 of the server ready for production. Let's try it on another computer.

  • oki wan benobi committed [d88fc5] on Code

    V. 0.1.08 now loads the world if there is one (default: Active_World_Data.omg)

  • oki wan benobi committed [c68152] on Code

    Loading world ALMOST done. Only setting world must be done now.

  • oki wan benobi committed [471c6d] on Code

    Saving now to World_Data_YYYY-MM-DD.omg and Active_World_Data.omg all 10 seconds.

  • oki wan benobi committed [7cbe45] on Code

    Saving world ALMOST working: lacks only saving itself. Gets called all WORLDDATA_SAVE_INTERVAL seconds.

  • oki wan benobi committed [58f8e9] on Code

    Began to create save function for server.

  • oki wan benobi committed [886b9f] on Code

    Shit, all work corrupted and gone.

  • oki wan benobi committed [3c99d0] on Code

    Bugfixing and improving. Sending client version to server and vice versa.

  • oki wan benobi committed [7d3970] on Code

    Mouse rotation around Y axis works.

  • oki wan benobi committed [b6a28c] on Code

    Colors assigned to blocks after downloading from the server.

  • oki wan benobi committed [db0074] on Code

    Colors are downloaded to the client now. Not affecting blocks yet, though.

  • oki wan benobi committed [0187e1] on Code

    Bugfixes and sending colour data from server. Reset world and color commands.

  • oki wan benobi committed [cbce31] on Code

    Rotating on the Y axis works.

  • oki wan benobi committed [c9938f] on Code

    Rotating works halfway with q and e but not moving and setting blocks right.

  • oki wan benobi committed [cb7e90] on Code

    Can now upload blocks from client to server and back to all clients.

  • oki wan benobi committed [c3726d] on Code

    MAIN.py is now a client which can download the world from the server.

  • oki wan benobi committed [708c4b] on Code

    Downloading world from the server works. Setting blocks works.

  • oki wan benobi committed [a0834c] on Code

    Moved OMBlock to appdata/APP_GAME_OpenMining. Networking the blocks now works, and chat messages.

  • oki wan benobi committed [32de9a] on Code

    Getting and sending json from both server and client side.

  • oki wan benobi committed [339f1a] on Code

    Can now send objects as json data and reconvert them to dictionaries.

  • oki wan benobi committed [4dd933] on Code

    Client and server now use the same functions in OMNetwork. Only difference is the use of function createServer or client_connect.

  • oki wan benobi committed [abba7d] on Code

    Removed OMNetworkProtocol/Message and put the code into OMNetwork

  • oki wan benobi committed [63455f] on Code

    Server writeTo works.

  • oki wan benobi committed [f22e51] on Code

    Server initialization now in OMNetwork as static method createServer(host, port)

  • oki wan benobi committed [bbdf90] on Code

    Classified the most stuff. Writing is done externally right now, will move it to _OMNetworkMessage soon.

  • oki wan benobi committed [a85f5d] on Code

    Its a little bit of a mess but working properly now. Need to clean stuff and classify it and so on.

  • oki wan benobi committed [54f138] on Code

    Basic messages can be sent between server and client. Must update it all to a class now and make it proper but its working.

  • oki wan benobi committed [fc345d] on Code

    Stuff done.

  • oki wan benobi committed [0b3251] on Code

    Done stuff. Networking now with fixed length header that contains message length in bytes.

  • oki wan benobi committed [ecda83] on Code

    Added OMBlock to Libs for use with client AND server.

  • oki wan benobi committed [8d9481] on Code

    Multi User Server now.

  • oki wan benobi committed [fe8494] on Code

    Tested with different computers on same LAN.

  • oki wan benobi committed [48cb82] on Code

    Added server and client prototype in SERVER dir.

  • Benedict Jäggi Benedict Jäggi committed [bdcc88] on Code

    Added server. Not functional yet.

  • oki wan benobi committed [a3b283] on Code

    Can set and unset cubes now.

  • Benedict Jäggi Benedict Jäggi committed [c6cc1d] on Code

    Not drawing cubes which are surrounded by (4) cubes.

  • Benedict Jäggi Benedict Jäggi committed [ffbe2d] on Code

    Added efficient way to save blocks with 3dimensional dict.

  • Benedict Jäggi Benedict Jäggi committed [ba2c45] on Code

    Drawing Coloured mesh cubes now.

  • Benedict Jäggi Benedict Jäggi committed [ce8dfe] on Code

    Added Key Input functionality with onKeyDown/onKeyUp in the App and isKeyDown in OMIO. Exit key is per default ESCAPE.

  • Benedict Jäggi Benedict Jäggi committed [f14e8f] on Code

    Added OMVec3, drawing a cross now.

  • Beni Jaeggi committed [1368c0] on Code

    The cube is visible again.

  • Benedict Jäggi Benedict Jäggi committed [c40669] on Code

    It should draw a cube of lines but it shows absolutely nothing.

  • Beni Jaeggi committed [546c51] on Code

    Modeled the Base App to a class.

  • Beni Jaeggi committed [26c696] on Code

    Initial commmit 2

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Home

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Home

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Home

  • Benedict Jäggi Benedict Jäggi modified a wiki page

    Home

1
MongoDB Logo MongoDB