oweals/minetest.git
13 years agotweaked mapgen
Perttu Ahola [Mon, 28 Feb 2011 19:12:01 +0000 (21:12 +0200)]
tweaked mapgen

13 years agofixed server sending wrong position of node removal
Perttu Ahola [Mon, 28 Feb 2011 14:40:25 +0000 (16:40 +0200)]
fixed server sending wrong position of node removal

13 years agotweaked mapgen
Perttu Ahola [Mon, 28 Feb 2011 12:51:57 +0000 (14:51 +0200)]
tweaked mapgen

13 years agoadded trees (very glitchy) and changed grass texture
Perttu Ahola [Mon, 28 Feb 2011 00:48:31 +0000 (02:48 +0200)]
added trees (very glitchy) and changed grass texture

13 years ago-
Perttu Ahola [Mon, 28 Feb 2011 00:14:52 +0000 (02:14 +0200)]
-

13 years agoA third try on terrain generation. No trees yet.
Perttu Ahola [Mon, 28 Feb 2011 00:01:40 +0000 (02:01 +0200)]
A third try on terrain generation. No trees yet.

13 years agomodified grass texture
Perttu Ahola [Sun, 27 Feb 2011 23:58:08 +0000 (01:58 +0200)]
modified grass texture

13 years agofixed 3d noise and made 2d noise faster
Perttu Ahola [Sat, 26 Feb 2011 22:59:56 +0000 (00:59 +0200)]
fixed 3d noise and made 2d noise faster

13 years ago3d noise stuff
Perttu Ahola [Sat, 26 Feb 2011 18:16:47 +0000 (20:16 +0200)]
3d noise stuff

13 years agofixed a possible infinite loop in ClientEnvironment (dtime counter getting so small...
Perttu Ahola [Thu, 24 Feb 2011 16:25:19 +0000 (18:25 +0200)]
fixed a possible infinite loop in ClientEnvironment (dtime counter getting so small that it doesn't increment the value)

13 years agomodified the build system of lua to a more minimal one
Perttu Ahola [Wed, 23 Feb 2011 22:19:41 +0000 (00:19 +0200)]
modified the build system of lua to a more minimal one

13 years agofixed a path in build system's packaging part
Perttu Ahola [Wed, 23 Feb 2011 09:12:03 +0000 (11:12 +0200)]
fixed a path in build system's packaging part

13 years agoupdated scripting api a bit
Perttu Ahola [Wed, 23 Feb 2011 09:10:09 +0000 (11:10 +0200)]
updated scripting api a bit

--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

13 years agomainly work on object scripting api
Perttu Ahola [Wed, 23 Feb 2011 00:49:57 +0000 (02:49 +0200)]
mainly work on object scripting api

13 years agoremoved an old comment
Perttu Ahola [Tue, 22 Feb 2011 22:07:07 +0000 (00:07 +0200)]
removed an old comment

13 years agoFixed insufficient error handling in narrow_to_wide, which caused a crash if the...
Perttu Ahola [Tue, 22 Feb 2011 22:06:45 +0000 (00:06 +0200)]
Fixed insufficient error handling in narrow_to_wide, which caused a crash if the path of the userdata directory contained special characters that were not included in the used charset (which is used because of the font)

13 years agosome tidying
Perttu Ahola [Mon, 21 Feb 2011 14:50:05 +0000 (16:50 +0200)]
some tidying

13 years agopreliminary lua scripting framework for objects
Perttu Ahola [Mon, 21 Feb 2011 14:10:36 +0000 (16:10 +0200)]
preliminary lua scripting framework for objects

13 years agoTemporary commit; lots of test code and stuff
Perttu Ahola [Sun, 20 Feb 2011 22:45:14 +0000 (00:45 +0200)]
Temporary commit; lots of test code and stuff

13 years agovideo backend selection
Perttu Ahola [Sat, 19 Feb 2011 09:48:54 +0000 (11:48 +0200)]
video backend selection

13 years agorandom code cleaning, shouldn't affect anything
Perttu Ahola [Fri, 18 Feb 2011 20:25:25 +0000 (22:25 +0200)]
random code cleaning, shouldn't affect anything

13 years agoSet ambient light in inventory cube generation
Perttu Ahola [Fri, 18 Feb 2011 20:25:13 +0000 (22:25 +0200)]
Set ambient light in inventory cube generation

13 years agoupdated changelog
Perttu Ahola [Thu, 17 Feb 2011 17:21:16 +0000 (19:21 +0200)]
updated changelog

13 years agoremoved duplicate "bmp"
Perttu Ahola [Thu, 17 Feb 2011 17:13:27 +0000 (19:13 +0200)]
removed duplicate "bmp"

13 years agoBetter texture handling. Textures are not added to atlas if they are big, and atlas...
Perttu Ahola [Thu, 17 Feb 2011 17:07:14 +0000 (19:07 +0200)]
Better texture handling. Textures are not added to atlas if they are big, and atlas is not further made after it is full.

13 years agoDebug stacks will now be printed on Ctrl-C. Also client properly quits on Ctrl-C.
Perttu Ahola [Wed, 16 Feb 2011 20:54:07 +0000 (22:54 +0200)]
Debug stacks will now be printed on Ctrl-C. Also client properly quits on Ctrl-C.

13 years agofixed invalid block loading (the action is to generate a new one)
Perttu Ahola [Wed, 16 Feb 2011 20:53:35 +0000 (22:53 +0200)]
fixed invalid block loading (the action is to generate a new one)

13 years agosmall fixes: crack texture, server build on windows, configuration file example,...
Perttu Ahola [Wed, 16 Feb 2011 18:03:31 +0000 (20:03 +0200)]
small fixes: crack texture, server build on windows, configuration file example, adding config file example to install

13 years agoforgot some test code in...
Perttu Ahola [Wed, 16 Feb 2011 09:06:52 +0000 (11:06 +0200)]
forgot some test code in...

13 years agoHopefully fixed some of the errors in cmake's finding of irrlicht
Perttu Ahola [Wed, 16 Feb 2011 07:43:04 +0000 (09:43 +0200)]
Hopefully fixed some of the errors in cmake's finding of irrlicht

13 years agofixed slight error in server build
Perttu Ahola [Tue, 15 Feb 2011 20:27:10 +0000 (22:27 +0200)]
fixed slight error in server build

13 years agoupdated changelog
Perttu Ahola [Tue, 15 Feb 2011 20:05:29 +0000 (22:05 +0200)]
updated changelog

13 years agoCMake working nicely on Windows, at least with MSVC. "Compiling on windows" section...
Perttu Ahola [Tue, 15 Feb 2011 19:35:12 +0000 (21:35 +0200)]
CMake working nicely on Windows, at least with MSVC. "Compiling on windows" section in README.txt updated.

13 years agomight work good on cmake+msvc now
Perttu Ahola [Tue, 15 Feb 2011 18:53:29 +0000 (20:53 +0200)]
might work good on cmake+msvc now

13 years agostill a little fix!
Perttu Ahola [Tue, 15 Feb 2011 14:14:02 +0000 (16:14 +0200)]
still a little fix!

13 years agoFix for windows
Perttu Ahola [Tue, 15 Feb 2011 14:12:04 +0000 (16:12 +0200)]
Fix for windows

13 years agoCtrl+C handling on POSIX, some commands for server and other tweaking
Perttu Ahola [Tue, 15 Feb 2011 14:11:24 +0000 (16:11 +0200)]
Ctrl+C handling on POSIX, some commands for server and other tweaking

13 years agomud gets now grass onto it when placed into sunlight. also removed three old files
Perttu Ahola [Tue, 15 Feb 2011 10:33:59 +0000 (12:33 +0200)]
mud gets now grass onto it when placed into sunlight. also removed three old files

13 years agosmgr->drop() is now used in tile.cpp
Perttu Ahola [Tue, 15 Feb 2011 10:19:33 +0000 (12:19 +0200)]
smgr->drop() is now used in tile.cpp

13 years agoserver now won't crash when it is tries to generate blocks that are not inside MAP_GE...
Perttu Ahola [Mon, 14 Feb 2011 23:02:31 +0000 (01:02 +0200)]
server now won't crash when it is tries to generate blocks that are not inside MAP_GENERATION_LIMIT

13 years agofixed CMakeLists.txt syntax (removed additional ,)
Perttu Ahola [Mon, 14 Feb 2011 17:42:43 +0000 (19:42 +0200)]
fixed CMakeLists.txt syntax (removed additional ,)

13 years agoAdded tag 110214175330 for changeset 20c49c98c92a
Perttu Ahola [Mon, 14 Feb 2011 17:25:36 +0000 (19:25 +0200)]
Added tag 110214175330 for changeset 20c49c98c92a

13 years agochangelog update
Perttu Ahola [Mon, 14 Feb 2011 17:24:35 +0000 (19:24 +0200)]
changelog update

13 years agonew hotbar, more minecraft-like
Perttu Ahola [Mon, 14 Feb 2011 15:41:49 +0000 (17:41 +0200)]
new hotbar, more minecraft-like

13 years agoSome fiddling around with fog... not much changed
Perttu Ahola [Mon, 14 Feb 2011 14:13:03 +0000 (16:13 +0200)]
Some fiddling around with fog... not much changed

13 years agoremoved useless SMaterial parameter from mapblock
Perttu Ahola [Mon, 14 Feb 2011 14:12:38 +0000 (16:12 +0200)]
removed useless SMaterial parameter from mapblock

13 years agosneaking bug fixing
Perttu Ahola [Mon, 14 Feb 2011 14:11:28 +0000 (16:11 +0200)]
sneaking bug fixing

13 years agocube inventory texture rendering thing (not good yet)
Perttu Ahola [Mon, 14 Feb 2011 14:10:46 +0000 (16:10 +0200)]
cube inventory texture rendering thing (not good yet)

13 years agoNew way of determining the outcome of digging
Perttu Ahola [Mon, 14 Feb 2011 10:08:03 +0000 (12:08 +0200)]
New way of determining the outcome of digging

13 years agodisabled jumping in sneak mode if far away from the edge because it can drop the...
Perttu Ahola [Mon, 14 Feb 2011 10:07:49 +0000 (12:07 +0200)]
disabled jumping in sneak mode if far away from the edge because it can drop the player

13 years agofixed bug in sneaking
Perttu Ahola [Mon, 14 Feb 2011 09:43:42 +0000 (11:43 +0200)]
fixed bug in sneaking

13 years agoplayers to not be saved when map saving is disabled (due to some error)
Perttu Ahola [Mon, 14 Feb 2011 09:10:44 +0000 (11:10 +0200)]
players to not be saved when map saving is disabled (due to some error)

13 years agoadded sneaking/crouching and changelog
Perttu Ahola [Mon, 14 Feb 2011 00:54:15 +0000 (02:54 +0200)]
added sneaking/crouching and changelog

13 years agotuned fog distance a bit
Perttu Ahola [Sun, 13 Feb 2011 14:04:21 +0000 (16:04 +0200)]
tuned fog distance a bit

13 years agomapgen parameter tweaking
Perttu Ahola [Sun, 13 Feb 2011 13:25:00 +0000 (15:25 +0200)]
mapgen parameter tweaking

13 years agochanged sky color and made new style leaves a bit more bright
Perttu Ahola [Sun, 13 Feb 2011 12:21:31 +0000 (14:21 +0200)]
changed sky color and made new style leaves a bit more bright

13 years agoAdded tag 110212200513 for changeset 23880c78e40c
Perttu Ahola [Sat, 12 Feb 2011 18:16:46 +0000 (20:16 +0200)]
Added tag 110212200513 for changeset 23880c78e40c

13 years agohopefully a fix for the majority of the windows 7 problems - thanks to zerochen
Perttu Ahola [Sat, 12 Feb 2011 18:15:57 +0000 (20:15 +0200)]
hopefully a fix for the majority of the windows 7 problems - thanks to zerochen

13 years agoUse random-generated fallback textures when real textures are not found
Perttu Ahola [Sat, 12 Feb 2011 12:01:23 +0000 (14:01 +0200)]
Use random-generated fallback textures when real textures are not found

13 years agosome fixes to make compiling on some bsd easier
Perttu Ahola [Fri, 11 Feb 2011 20:34:34 +0000 (22:34 +0200)]
some fixes to make compiling on some bsd easier

13 years agoAdded tag 110211211322 for changeset e3c3c8e27bbc
Perttu Ahola [Fri, 11 Feb 2011 19:21:27 +0000 (21:21 +0200)]
Added tag 110211211322 for changeset e3c3c8e27bbc

13 years agotiny fix
Perttu Ahola [Fri, 11 Feb 2011 19:12:32 +0000 (21:12 +0200)]
tiny fix

13 years agopauseMenu text change
Perttu Ahola [Fri, 11 Feb 2011 19:11:21 +0000 (21:11 +0200)]
pauseMenu text change

13 years agodisabled work wrap to show every line of chat in any case
Perttu Ahola [Fri, 11 Feb 2011 19:10:06 +0000 (21:10 +0200)]
disabled work wrap to show every line of chat in any case

13 years agomore stuff...
Perttu Ahola [Fri, 11 Feb 2011 18:55:28 +0000 (20:55 +0200)]
more stuff...

13 years agonow it works nicely
Perttu Ahola [Fri, 11 Feb 2011 18:37:54 +0000 (20:37 +0200)]
now it works nicely

13 years agofully working i guess
Perttu Ahola [Fri, 11 Feb 2011 17:55:42 +0000 (19:55 +0200)]
fully working i guess

13 years agonew texture stuff quite working
Perttu Ahola [Fri, 11 Feb 2011 14:43:26 +0000 (16:43 +0200)]
new texture stuff quite working

13 years agofixes toward mingw compatibility
Perttu Ahola [Thu, 10 Feb 2011 13:55:15 +0000 (15:55 +0200)]
fixes toward mingw compatibility

13 years agosome texture stuff
Perttu Ahola [Thu, 10 Feb 2011 08:53:17 +0000 (10:53 +0200)]
some texture stuff

13 years agowork-in-progress texture atlas optimization
Perttu Ahola [Thu, 10 Feb 2011 00:13:03 +0000 (02:13 +0200)]
work-in-progress texture atlas optimization

13 years agouh... accidentally left directX as the default in main.cpp
Perttu Ahola [Tue, 8 Feb 2011 09:34:31 +0000 (11:34 +0200)]
uh... accidentally left directX as the default in main.cpp

13 years agolocal game connects to 127.0.0.1 instead of localhost (windows returns an ipv6 addres...
Perttu Ahola [Tue, 8 Feb 2011 09:24:07 +0000 (11:24 +0200)]
local game connects to 127.0.0.1 instead of localhost (windows returns an ipv6 address sometimes which is not supported)

13 years agomade it to work with my windows compiler
Perttu Ahola [Tue, 8 Feb 2011 08:11:26 +0000 (10:11 +0200)]
made it to work with my windows compiler

13 years agobug-fixin'
Perttu Ahola [Mon, 7 Feb 2011 23:12:55 +0000 (01:12 +0200)]
bug-fixin'

13 years agomapgen tweaking
Perttu Ahola [Sun, 6 Feb 2011 14:35:27 +0000 (16:35 +0200)]
mapgen tweaking

13 years agoadded noise.*
Perttu Ahola [Sat, 5 Feb 2011 12:56:01 +0000 (14:56 +0200)]
added noise.*

13 years agomapgen stuff
Perttu Ahola [Sat, 5 Feb 2011 12:55:16 +0000 (14:55 +0200)]
mapgen stuff

13 years agoadded sand to map generator
Perttu Ahola [Fri, 4 Feb 2011 12:32:30 +0000 (14:32 +0200)]
added sand to map generator

13 years agonicer looking water
Perttu Ahola [Thu, 3 Feb 2011 23:48:52 +0000 (01:48 +0200)]
nicer looking water

13 years agoall kinds of tweaking and fixing
Perttu Ahola [Thu, 3 Feb 2011 23:22:07 +0000 (01:22 +0200)]
all kinds of tweaking and fixing

13 years agowater drawing glitch fix
Perttu Ahola [Thu, 3 Feb 2011 23:21:57 +0000 (01:21 +0200)]
water drawing glitch fix

13 years agoa little backwards compatibility with coal
Perttu Ahola [Thu, 3 Feb 2011 13:59:59 +0000 (15:59 +0200)]
a little backwards compatibility with coal

13 years agoadded temporary backwards compatibility to player inventory
Perttu Ahola [Thu, 3 Feb 2011 13:45:53 +0000 (15:45 +0200)]
added temporary backwards compatibility to player inventory

13 years agosome generation-time mud flow tweaking
Perttu Ahola [Thu, 3 Feb 2011 11:48:17 +0000 (13:48 +0200)]
some generation-time mud flow tweaking

13 years agosome tweaking
Perttu Ahola [Wed, 2 Feb 2011 16:46:14 +0000 (18:46 +0200)]
some tweaking

13 years agomore tweaking
Perttu Ahola [Wed, 2 Feb 2011 07:28:46 +0000 (09:28 +0200)]
more tweaking

13 years agoMap generator tweaking. Still doesn't resume from save properly.
Perttu Ahola [Tue, 1 Feb 2011 21:59:46 +0000 (23:59 +0200)]
Map generator tweaking. Still doesn't resume from save properly.

13 years agoend-of-day.
Perttu Ahola [Tue, 1 Feb 2011 18:28:21 +0000 (20:28 +0200)]
end-of-day.

13 years agotweaking mapgenv2 settings for maximum awesomeness.
Perttu Ahola [Tue, 1 Feb 2011 15:42:39 +0000 (17:42 +0200)]
tweaking mapgenv2 settings for maximum awesomeness.

13 years agoone line of cleaning server code
Perttu Ahola [Tue, 1 Feb 2011 15:08:28 +0000 (17:08 +0200)]
one line of cleaning server code

13 years agochanged default minimum viewing range to a bit lower
Perttu Ahola [Tue, 1 Feb 2011 14:29:07 +0000 (16:29 +0200)]
changed default minimum viewing range to a bit lower

13 years agoThis map generator is starting to look pretty good now... also, disabled loading...
Perttu Ahola [Tue, 1 Feb 2011 14:17:55 +0000 (16:17 +0200)]
This map generator is starting to look pretty good now... also, disabled loading player position from disk because map is regenerated always.

13 years agoHopefully fixed the problem of IRRLICHT_SOURCE_DIR being not considered when a local...
Perttu Ahola [Tue, 1 Feb 2011 08:45:55 +0000 (10:45 +0200)]
Hopefully fixed the problem of IRRLICHT_SOURCE_DIR being not considered when a local version of irrlicht is found.

13 years agopartly working chunk-based map generator (doesn't save properly, spawn is pretty...
Perttu Ahola [Tue, 1 Feb 2011 01:06:02 +0000 (03:06 +0200)]
partly working chunk-based map generator (doesn't save properly, spawn is pretty random)

13 years agomap generation framework under development... not quite operational at this point.
Perttu Ahola [Sat, 29 Jan 2011 23:44:54 +0000 (01:44 +0200)]
map generation framework under development... not quite operational at this point.

13 years agoCommented out some debug output of class Settings
Perttu Ahola [Fri, 28 Jan 2011 22:56:53 +0000 (00:56 +0200)]
Commented out some debug output of class Settings

13 years agoFixed MBOItem inventory images
Perttu Ahola [Fri, 28 Jan 2011 22:53:30 +0000 (00:53 +0200)]
Fixed MBOItem inventory images

13 years agoCommented out some debug output about saving players on server.
Perttu Ahola [Fri, 28 Jan 2011 22:48:54 +0000 (00:48 +0200)]
Commented out some debug output about saving players on server.

13 years agoserver builds now!
Perttu Ahola [Fri, 28 Jan 2011 00:11:44 +0000 (02:11 +0200)]
server builds now!