Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | updated scripting api a bit | Perttu Ahola | 2011-02-23 | 5 | -94/+157 | |
| | | | | | | --HG-- rename : data/luaobjects/test/client.lua => data/scripts/objects/test/client.lua rename : data/luaobjects/test/server.lua => data/scripts/objects/test/server.lua | |||||
* | mainly work on object scripting api | Perttu Ahola | 2011-02-23 | 16 | -395/+801 | |
| | ||||||
* | removed an old comment | Perttu Ahola | 2011-02-23 | 1 | -2/+0 | |
| | ||||||
* | Fixed insufficient error handling in narrow_to_wide, which caused a crash if ↵ | Perttu Ahola | 2011-02-23 | 1 | -5/+76 | |
| | | | | the path of the userdata directory contained special characters that were not included in the used charset (which is used because of the font) | |||||
* | some tidying | Perttu Ahola | 2011-02-21 | 3 | -18/+99 | |
| | ||||||
* | preliminary lua scripting framework for objects | Perttu Ahola | 2011-02-21 | 72 | -193/+18522 | |
| | ||||||
* | Temporary commit; lots of test code and stuff | Perttu Ahola | 2011-02-21 | 23 | -743/+1897 | |
| | ||||||
* | video backend selection | Perttu Ahola | 2011-02-19 | 2 | -14/+26 | |
| | ||||||
* | random code cleaning, shouldn't affect anything | Perttu Ahola | 2011-02-18 | 4 | -91/+56 | |
| | ||||||
* | Set ambient light in inventory cube generation | Perttu Ahola | 2011-02-18 | 1 | -0/+4 | |
| | ||||||
* | removed duplicate "bmp" | Perttu Ahola | 2011-02-17 | 1 | -1/+1 | |
| | ||||||
* | Better texture handling. Textures are not added to atlas if they are big, ↵ | Perttu Ahola | 2011-02-17 | 2 | -33/+160 | |
| | | | | and atlas is not further made after it is full. | |||||
* | Debug stacks will now be printed on Ctrl-C. Also client properly quits on ↵ | Perttu Ahola | 2011-02-16 | 2 | -4/+10 | |
| | | | | Ctrl-C. | |||||
* | fixed invalid block loading (the action is to generate a new one) | Perttu Ahola | 2011-02-16 | 1 | -80/+68 | |
| | ||||||
* | small fixes: crack texture, server build on windows, configuration file ↵ | Perttu Ahola | 2011-02-16 | 2 | -24/+13 | |
| | | | | example, adding config file example to install | |||||
* | fixed slight error in server build | Perttu Ahola | 2011-02-15 | 2 | -5/+14 | |
| | ||||||
* | might work good on cmake+msvc now | Perttu Ahola | 2011-02-15 | 3 | -12/+29 | |
| | ||||||
* | still a little fix! | Perttu Ahola | 2011-02-15 | 1 | -1/+1 | |
| | ||||||
* | Fix for windows | Perttu Ahola | 2011-02-15 | 1 | -7/+7 | |
| | ||||||
* | Ctrl+C handling on POSIX, some commands for server and other tweaking | Perttu Ahola | 2011-02-15 | 11 | -111/+380 | |
| | ||||||
* | mud gets now grass onto it when placed into sunlight. also removed three old ↵ | Perttu Ahola | 2011-02-15 | 1 | -9/+23 | |
| | | | | files | |||||
* | smgr->drop() is now used in tile.cpp | Perttu Ahola | 2011-02-15 | 1 | -5/+6 | |
| | ||||||
* | server now won't crash when it is tries to generate blocks that are not ↵ | Perttu Ahola | 2011-02-15 | 2 | -37/+47 | |
| | | | | inside MAP_GENERATION_LIMIT | |||||
* | fixed CMakeLists.txt syntax (removed additional ,) | Perttu Ahola | 2011-02-14 | 1 | -1/+1 | |
| | ||||||
* | new hotbar, more minecraft-like | Perttu Ahola | 2011-02-14 | 3 | -51/+137 | |
| | ||||||
* | Some fiddling around with fog... not much changed | Perttu Ahola | 2011-02-14 | 3 | -30/+83 | |
| | ||||||
* | removed useless SMaterial parameter from mapblock | Perttu Ahola | 2011-02-14 | 1 | -1/+1 | |
| | ||||||
* | sneaking bug fixing | Perttu Ahola | 2011-02-14 | 1 | -21/+33 | |
| | ||||||
* | cube inventory texture rendering thing (not good yet) | Perttu Ahola | 2011-02-14 | 2 | -34/+104 | |
| | ||||||
* | New way of determining the outcome of digging | Perttu Ahola | 2011-02-14 | 3 | -10/+41 | |
| | ||||||
* | disabled jumping in sneak mode if far away from the edge because it can drop ↵ | Perttu Ahola | 2011-02-14 | 1 | -2/+4 | |
| | | | | the player | |||||
* | fixed bug in sneaking | Perttu Ahola | 2011-02-14 | 3 | -32/+40 | |
| | ||||||
* | players to not be saved when map saving is disabled (due to some error) | Perttu Ahola | 2011-02-14 | 1 | -12/+15 | |
| | ||||||
* | added sneaking/crouching and changelog | Perttu Ahola | 2011-02-14 | 7 | -108/+306 | |
| | ||||||
* | tuned fog distance a bit | Perttu Ahola | 2011-02-13 | 1 | -1/+1 | |
| | ||||||
* | mapgen parameter tweaking | Perttu Ahola | 2011-02-13 | 1 | -2/+2 | |
| | ||||||
* | changed sky color and made new style leaves a bit more bright | Perttu Ahola | 2011-02-13 | 2 | -2/+4 | |
| | ||||||
* | hopefully a fix for the majority of the windows 7 problems - thanks to zerochen | Perttu Ahola | 2011-02-12 | 3 | -33/+55 | |
| | ||||||
* | Use random-generated fallback textures when real textures are not found | Perttu Ahola | 2011-02-12 | 2 | -29/+71 | |
| | ||||||
* | some fixes to make compiling on some bsd easier | Perttu Ahola | 2011-02-11 | 3 | -3/+10 | |
| | ||||||
* | tiny fix | Perttu Ahola | 2011-02-11 | 1 | -1/+1 | |
| | ||||||
* | pauseMenu text change | Perttu Ahola | 2011-02-11 | 1 | -2/+0 | |
| | ||||||
* | disabled work wrap to show every line of chat in any case | Perttu Ahola | 2011-02-11 | 1 | -1/+2 | |
| | ||||||
* | more stuff... | Perttu Ahola | 2011-02-11 | 3 | -6/+13 | |
| | ||||||
* | now it works nicely | Perttu Ahola | 2011-02-11 | 5 | -21/+60 | |
| | ||||||
* | fully working i guess | Perttu Ahola | 2011-02-11 | 15 | -120/+355 | |
| | ||||||
* | new texture stuff quite working | Perttu Ahola | 2011-02-11 | 13 | -78/+251 | |
| | ||||||
* | fixes toward mingw compatibility | Perttu Ahola | 2011-02-10 | 6 | -25/+84 | |
| | ||||||
* | some texture stuff | Perttu Ahola | 2011-02-10 | 3 | -1/+7 | |
| | ||||||
* | work-in-progress texture atlas optimization | Perttu Ahola | 2011-02-10 | 20 | -270/+1495 | |
| |