RealBadAngel
d57e75ed2a
Add setting for tooltips show delay.
2014-06-25 16:23:05 +02:00
RealBadAngel
1328c078f5
Tooltips rework.
...
Separate element for tooltips. Delayed showing,
use global color or given ones.
2014-06-24 22:11:47 +02:00
Kahrl
bd7e6ac910
Handle missing tablecolumns[], fixes bug #1187
2014-06-24 02:00:29 +02:00
Kahrl
e31e7179fa
GUITable typo fixes in comments
2014-06-24 01:06:24 +02:00
ShadowNinja
c12300308c
Store the maximum player file tries in a constant
2014-06-23 15:55:47 -04:00
ShadowNinja
103b7e6e63
Only try to load from possible player files
2014-06-23 15:45:59 -04:00
ShadowNinja
10d607b0fe
Only keep players loaded while they're connected
2014-06-23 15:45:59 -04:00
ShadowNinja
6753feceb5
Remove confusing code block from SQLite3 database
2014-06-23 15:36:45 -04:00
ShadowNinja
615c2503b6
Clear inventory before setting lists
2014-06-23 15:28:48 -04:00
sfan5
ed4b6e398a
Fix Windows build
2014-06-23 14:50:00 +02:00
sapier
1a8d4092d4
Fix race condition on accessing m_time_of_day_speed causing day night race on some architectures
2014-06-23 00:26:57 +02:00
sapier
b567c942f7
Remove MapVoxelManipulator not really used by anyone
2014-06-23 00:13:41 +02:00
sapier
552946e12a
Remove emerge and speedup addArea by using memcopy instead of one by one assignment
2014-06-23 00:13:41 +02:00
sapier
b656d38e55
Minor fix in check order
2014-06-23 00:13:41 +02:00
sapier
72e0eb95fd
Don't keep temporary images in RAM
2014-06-23 00:13:41 +02:00
sapier
8feeb4faec
Avoid doing a full material compare if not even first texture does match
2014-06-23 00:13:41 +02:00
sapier
3551a8e4a8
Speedup attachement handling by replacing vector search by direct array access and secondary child lookup vector
2014-06-23 00:13:41 +02:00
sapier
6133872b35
Use memset for flag initialization (compiler optimization is way better)
...
use temp variables instead of recalculating array index
2014-06-23 00:13:41 +02:00
sapier
58da0c5af7
Speedup getTileInfo by up to 30%
2014-06-23 00:13:41 +02:00
sapier
414e9f17a4
Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping array
2014-06-23 00:13:41 +02:00
sapier
8e1a83818f
Fix menu crash due to lack of favourites list
2014-06-22 14:00:57 +02:00
sapier
f0edcf6f3a
Fix sqlite3 map shutdown fails due to missing to finalize list statement
...
Add error output on fail to shutdown sqlite3 map db
Implement shutdown of sqlite3 rollback db
2014-06-22 13:38:51 +02:00
sapier
d23ac22ad9
Support for scalable font and gui elements
...
Fix positioning of tabheader in order to be usable for scaling GUIs
WARNING: this changes position of current tabheaders, mods have to adjust!
2014-06-22 00:08:55 +02:00
sapier
e502d761c8
Fix uncought deserialization error on receiving data
2014-06-22 00:05:41 +02:00
sapier
02af2d1f26
Fix server assert in case of invalid message from client, just kick that client.
2014-06-21 23:56:46 +02:00
sapier
19ef2554b6
Don't handle lack of IPv6 as fatal in unit tests
2014-06-20 22:35:50 +02:00
RealBadAngel
e2db7f5c90
Fix labels and vertlabels on some systems.
2014-06-20 21:30:48 +02:00
sapier
c2bc32f83b
Fix small memory leaks on shutdown
2014-06-20 19:50:47 +02:00
Matthew Bekkema
af266fb262
Fix build on big endian architectures.
2014-06-20 18:40:06 +02:00
sapier
0f9a702c01
Fix chat overlaying full screen, now it's gonna overlay only up to length of longest line
2014-06-20 15:18:45 +02:00
sapier
09c35844fa
Fix newline not handled to to interpreting it as invisible char
2014-06-19 23:02:09 +02:00
sapier
7d7f6a45b4
Fix broken serverdescription in multiplayer tab
2014-06-19 22:03:49 +02:00
sapier
ef23657860
Remove ugly curl struct pointer from jsonFetchValue signature
2014-06-19 21:24:53 +02:00
sapier
8e5906f868
Remove a lot of superfluous ifndef USE_CURL checks
2014-06-19 19:05:37 +02:00
sapier
7285c597b7
Add support for directly starting a world by name from command line
2014-06-19 14:34:43 +02:00
RealBadAngel
bbaf49826e
Add tooltips for button, imagebutton and checkbox.
2014-06-19 00:22:03 +02:00
sapier
2dfd8961bb
Fix bounding rect for formspec elements label vertlabel and checkboxes
2014-06-18 22:38:29 +02:00
sapier
a598053f73
Make dropdown formspec elements send their value same style as buttons on change
2014-06-18 18:47:41 +02:00
sfan5
cdf32e20b8
Update buildbot scripts and add 64-bit buildbot
2014-06-18 16:40:24 +02:00
RealBadAngel
f35c4517a0
Fix issue #1275 - one more missing check.
2014-06-18 14:53:43 +02:00
sapier
d2886ef662
Remove not really used guiTextInputMenu
2014-06-17 21:27:40 +02:00
RealBadAngel
35f8255694
Fix issue #1275 - wielded index greater than inv size.
2014-06-17 14:17:53 +02:00
RealBadAngel
e1be24b0dc
Improved faces shading with and without shaders.
2014-06-17 00:56:17 +02:00
RealBadAngel
4ad9e8de54
L-systems treegen code tweaks.
2014-06-17 00:55:04 +02:00
sapier
1972e24098
Minor stability improvements in block emerge handling
2014-06-15 18:18:57 +02:00
RealBadAngel
068b1ca61d
Unite nodes shaders.
...
Pass drawtype and material type to shaders.
Move shaders generation to startup only.
Allow assign shaders per tile.
Initial code to support water surface shader.
2014-06-15 05:40:33 +02:00
sapier
4fb6023ac6
Fix regression main_menu_script setting not working any longer
2014-06-14 21:20:09 +02:00
sapier
bb33052a28
Fix regression dirt texture not beeing default in non cloud menu
2014-06-14 20:51:57 +02:00
sfan5
81f3127486
Fix AppData path for RUN_IN_PLACE, fixes #1365
2014-06-13 21:09:55 +02:00
David Gumberg
90e39c97cf
Add AppData file
2014-06-13 13:51:01 -04:00