diff options
-rw-r--r-- | .hgtags | 17 | ||||
-rw-r--r-- | data/glass.png | bin | 381 -> 1309 bytes | |||
-rw-r--r-- | data/heart.png | bin | 258 -> 308 bytes | |||
-rw-r--r-- | data/menulogo.png | bin | 653 -> 498 bytes | |||
-rw-r--r-- | data/oerkki1.png | bin | 333 -> 250 bytes | |||
-rw-r--r-- | data/oerkki1_damaged.png | bin | 291 -> 341 bytes | |||
-rw-r--r-- | src/client.cpp | 1 | ||||
-rw-r--r-- | src/main.cpp | 13 |
8 files changed, 28 insertions, 3 deletions
@@ -1 +1,18 @@ c37bcfd89dd627fdb131ae3f77fcaab02721bf76 working +69547bd6be420eb40f55524fd2131cbbaa2e0e29 110107195706-exp +e3c3c8e27bbc8c9b61710517a78944deb1c61696 110211211322 +23880c78e40c50ad54fcd8844510f7a423b37f2a 110212200513 +20c49c98c92a62df457b773c562df41d4167492b 110214175330 +10be2b71f965585af90af96903e83b4ddff52bf9 20110424_0 +9b05d4bfee9312aef4182fa6f63b4237368cec34 0.2.20110529_0 +6fa0a8b40406aa567f8fa84b5e2045a7e3762c1d 0.2.20110529_1 +cf6dd618ef0b7514c81ae87749733b5a328fc763 0.2.20110529_2 +96efc17b4cd92aacbe947b520a6ba91727d42f03 0.2.20110602_0 +0000000000000000000000000000000000000000 0.2.20110602_0 +6f17cd3f6c5481e6abc906fc441980c764632cbc 0.2.20110602_0 +dd08a9b5cb84d55b7576bb3fde3068dd263bc3bc 0.2.20110618_0_dev +25aa2021937f7a8b36808390983cebbc16ae6965 0.2.20110704_0 +25aa2021937f7a8b36808390983cebbc16ae6965 0.2.20110704_0 +0000000000000000000000000000000000000000 0.2.20110704_0 +0000000000000000000000000000000000000000 0.2.20110704_0 +65263ec55caf526e3f3e0bdc6657ce42daee46bc 0.2.20110704_0 diff --git a/data/glass.png b/data/glass.png Binary files differindex 35ea596d5..8598ce670 100644 --- a/data/glass.png +++ b/data/glass.png diff --git a/data/heart.png b/data/heart.png Binary files differindex bea1aefd6..6bc183e04 100644 --- a/data/heart.png +++ b/data/heart.png diff --git a/data/menulogo.png b/data/menulogo.png Binary files differindex cb6983e5c..76595c48d 100644 --- a/data/menulogo.png +++ b/data/menulogo.png diff --git a/data/oerkki1.png b/data/oerkki1.png Binary files differindex 1256a8a57..33cbac9e7 100644 --- a/data/oerkki1.png +++ b/data/oerkki1.png diff --git a/data/oerkki1_damaged.png b/data/oerkki1_damaged.png Binary files differindex 99e4bd362..9b777387c 100644 --- a/data/oerkki1_damaged.png +++ b/data/oerkki1_damaged.png diff --git a/src/client.cpp b/src/client.cpp index 4f0baa573..7ebb30fba 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -932,6 +932,7 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id) */ //m_env.getClientMap().updateMeshes(block->getPos(), getDayNightRatio()); + /* Add it to mesh update queue and set it to be acknowledged after update. */ diff --git a/src/main.cpp b/src/main.cpp index b94d0c361..9a1e1960f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -339,6 +339,12 @@ TODO: Merge bahamada's audio stuff (clean patch available) TODO: Merge key configuration menu (no clean patch available)
+TODO: Add some kind of content range validation to mapnode serialization
+
+TODO: Make sure menu text position is fixed
+
+TODO: Fix sector over limits error
+
Making it more portable:
------------------------
@@ -1060,6 +1066,7 @@ int main(int argc, char *argv[]) std::locale::global(std::locale("C"));
// This enables printing all characters in bitmap font
setlocale(LC_CTYPE, "en_US");
+
/*
Parse command line
*/
@@ -1350,9 +1357,9 @@ int main(int argc, char *argv[]) // Set device in game parameters
device = device;
- - // Set the window caption - device->setWindowCaption(L"Minetest [Main Menu]"); +
+ // Set the window caption
+ device->setWindowCaption(L"Minetest [Main Menu]");
// Create time getter
g_timegetter = new IrrlichtTimeGetter(device);
|