1
0
Fork 0
mirror of https://github.com/dragonfireclient/dragonfireclient.git synced 2025-01-15 02:09:53 -05:00

Commit graph

  • 77d09552ae Warn instead of completely removing minetest.digprop_whatever() Lua functions Perttu Ahola 2012-03-19 00:29:41 +0200
  • dbaccff476 Remove minetest.digprop_whatever() Lua functions (because they are useless now) Perttu Ahola 2012-03-19 00:20:50 +0200
  • dc6cf5cdee Update README.txt a bit Perttu Ahola 2012-03-19 00:12:07 +0200
  • fb3ac49335 Update version to 0.4.dev-20120318 Perttu Ahola 2012-03-18 19:14:20 +0200
  • c54a40df06 Attempt to fix build for MSVC Perttu Ahola 2012-03-18 19:08:13 +0200
  • 9c4f68e174 Fix getVisibleBrightness() to return sunlight visibility correctly even if not much of world has been loaded Perttu Ahola 2012-03-18 18:30:21 +0200
  • 4ee4dfdc13 Make some things diggable by hand by using a special group oddly_breakable_by_hand; also fill in some other groups Perttu Ahola 2012-03-18 18:20:55 +0200
  • 2e0c0e9d89 Fix old world search path for non-run-in-place build Perttu Ahola 2012-03-18 17:17:05 +0200
  • db5db587be Move doc/changelog.txt and doc/ancient_main_comment.txt into old/ Perttu Ahola 2012-03-18 16:43:51 +0200
  • 569fca5308 Disable word wrap in vertical texts in main menu Perttu Ahola 2012-03-18 16:32:59 +0200
  • b409803527 Fix installation in cmake project files Perttu Ahola 2012-03-18 16:30:02 +0200
  • 99d257ae8b "or" -> "||" in content_mapblock.cpp Perttu Ahola 2012-03-18 16:07:17 +0200
  • 2f2b7915ea Fix and tune stars Perttu Ahola 2012-03-18 15:57:25 +0200
  • c1cfcb1577 Do not clear address in main menu if starting a singleplayer game by double clicking the world Perttu Ahola 2012-03-18 15:26:06 +0200
  • 2e90ed07ac Dynamic sky, fog and cloud colors; sun and moon Perttu Ahola 2012-03-16 16:34:30 +0200
  • 58bed83d03 Move ClientMap to clientmap.{h,cpp} Perttu Ahola 2012-03-16 00:25:18 +0200
  • 54917e3062 Add Client::getEnv() and remove some unnecessary wrappers Perttu Ahola 2012-03-15 23:54:10 +0200
  • 81385682c8 Revert old 4BS/s walk speed for now Perttu Ahola 2012-03-15 23:11:07 +0200
  • 807a0d313b MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light, removed footprints Kahrl 2012-03-13 18:56:12 +0100
  • f9a66c5d46 Tune main menu Perttu Ahola 2012-03-15 21:37:43 +0200
  • 60add387e3 Create main menu tab "Settings" for client settings Perttu Ahola 2012-03-15 18:15:12 +0200
  • ca0fd4173c Fix click areas of singleplayer checkboxes Perttu Ahola 2012-03-15 16:16:11 +0200
  • 4aa0f040fb Fix initial moving of mouse above the "exit to menu" button in singleplayer mode Perttu Ahola 2012-03-15 15:57:31 +0200
  • 5957fed9a7 Fix and improve Server's privilege get/setters Perttu Ahola 2012-03-15 15:27:16 +0200
  • 6298878bfa Add "simple singleplayer mode"; Fix a number of GUI things Perttu Ahola 2012-03-15 15:20:20 +0200
  • 899004207d Save selected tab Perttu Ahola 2012-03-15 14:17:05 +0200
  • 2b200d481f Menu tuning WIP Perttu Ahola 2012-03-15 13:59:48 +0200
  • 8551ddc839 Use a more standard order of yes/no/cancel/whatever buttons in dialogs Perttu Ahola 2012-03-15 13:18:21 +0200
  • eea3277b81 Crude tab test in main menu (requires gui redesign for the additional tabs) Perttu Ahola 2012-03-13 08:50:03 +0200
  • 11b86f8d8a Add [new] to world name when supplying a non-existent world on command line Perttu Ahola 2012-03-13 01:45:38 +0200
  • 71a3c2fcd1 Allow directly supplying world as a parameter, including world.mt Perttu Ahola 2012-03-13 01:32:21 +0200
  • 4ff36696ea Move keychange/connect main menu buttons a bit Perttu Ahola 2012-03-13 01:02:25 +0200
  • 800d3b4ee7 Fix game selection in world creation (used always the first one) Perttu Ahola 2012-03-13 00:58:57 +0200
  • a0b2c7ba25 Attempt to fix RUN_IN_PLACE autodetection on Linux Perttu Ahola 2012-03-13 00:51:33 +0200
  • 64232f0aec Add confirmation menu and make world deletion possible in GUI Perttu Ahola 2012-03-13 00:48:02 +0200
  • 591527d878 World creation button and dialog and functionality Perttu Ahola 2012-03-13 00:06:37 +0200
  • 82073025cc Remember selected world by path Perttu Ahola 2012-03-12 22:15:56 +0200
  • 2c9bb06516 Make finish quicktune and leave it unused (as intended) Perttu Ahola 2012-03-12 21:27:29 +0200
  • 18c4a90101 Add quicktune.{cpp,h} Perttu Ahola 2012-03-12 08:38:15 +0200
  • 5a8ee4889d Handle certain errors properly when using --go Perttu Ahola 2012-03-11 21:41:32 +0200
  • ea1fdf3201 Add a note about minetest.conf in the key change dialog (because it sucks) Perttu Ahola 2012-03-11 21:32:03 +0200
  • 2e61008fd9 Use default_game when making a new world using --world without --gameid Perttu Ahola 2012-03-11 21:24:29 +0200
  • eafde7186f Remove duplicate code in main menu Perttu Ahola 2012-03-11 21:12:27 +0200
  • a72dc388c3 Rename "Delete map" to "Delete world" Perttu Ahola 2012-03-11 21:03:54 +0200
  • 618314985d Proper handling of failing to bind server socket Perttu Ahola 2012-03-11 20:45:43 +0200
  • d1d83d7e7f World selection box in main menu (and random fixing) Perttu Ahola 2012-03-11 20:45:14 +0200
  • bcaab74f1f --world implies local game Perttu Ahola 2012-03-11 16:11:07 +0200
  • 1b670a293b Fix CreateAllDirs() (failed for relative fully non-existing path) Perttu Ahola 2012-03-11 16:06:32 +0200
  • 45f78bdf40 Mention world location at server startup at action level Perttu Ahola 2012-03-11 15:49:14 +0200
  • 54eca4e736 Redirect Lua print to minetest.debug Perttu Ahola 2012-03-11 15:41:53 +0200
  • 3da05a09b5 --logfile '' = no logging Perttu Ahola 2012-03-11 15:28:35 +0200
  • f79082a46d Remove useless debug output (log at info level) Perttu Ahola 2012-03-11 15:23:30 +0200
  • e71d75ed9a --gameid list Perttu Ahola 2012-03-11 15:20:42 +0200
  • a4a35f659b Update --gameid to manpages Perttu Ahola 2012-03-11 15:13:10 +0200
  • 9eba6a349f Update version number to 0.4.dev-20120311 Perttu Ahola 2012-03-11 15:07:18 +0200
  • 6a1b6d0344 world.mt creation Perttu Ahola 2012-03-11 15:04:50 +0200
  • 7f7fb9750d command-line/world game selection Perttu Ahola 2012-03-11 14:54:23 +0200
  • df190b8f87 full_punch_interval = 1.0 for mese pickaxe Perttu Ahola 2012-03-11 12:30:56 +0200
  • af33b3b338 Limit crack update speed Perttu Ahola 2012-03-11 12:28:41 +0200
  • a87d19cd7e When mouse button is held down in air, show continuous animation Perttu Ahola 2012-03-11 12:22:37 +0200
  • 611fe41588 Fix log output in ban.cpp Perttu Ahola 2012-03-11 12:12:21 +0200
  • 8b6cce18cb Improve command-line parameters Perttu Ahola 2012-03-11 12:06:59 +0200
  • d330430336 Prettify --help output Perttu Ahola 2012-03-11 11:02:22 +0200
  • 37b2bc3c0c Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txt Perttu Ahola 2012-03-11 10:53:27 +0200
  • f49914dd17 --verbose, not --info-on-stderr Perttu Ahola 2012-03-11 04:22:48 +0200
  • f1d9880006 Clean up log messages everywhere Perttu Ahola 2012-03-11 04:15:45 +0200
  • 6ec447a1aa Do not print errors when searching for usable configuration file Perttu Ahola 2012-03-11 01:09:27 +0200
  • b485fac33e Fix configuration file behaviour Perttu Ahola 2012-03-11 00:53:39 +0200
  • 98404ad8ea Increase Peer max_packets_per_second (hopefully doesn't break anything) Perttu Ahola 2012-03-11 00:15:45 +0200
  • e1f5227304 Add description in minetest.conf.example Perttu Ahola 2012-03-10 23:54:45 +0200
  • 2de8f915f8 Tune "Connecting to server" and "Waiting content" screens Perttu Ahola 2012-03-10 23:28:51 +0200
  • 967f25461b Chat console, including a number of rebases and modifications. Kahrl 2011-12-03 09:01:14 +0100
  • 0053651814 Starting the game in the pause menu is lame, don't do it\! Perttu Ahola 2012-03-10 18:21:15 +0200
  • 7d36833bd4 Set fixed FOV for the wielded item Kahrl 2012-02-06 23:12:33 +0100
  • 1bbfd0b6d2 Different implementation of KeyPress::operator== Kahrl 2011-09-12 23:26:57 +0200
  • 4547ace59a Make Camera::updateViewingRange more snappy in following the min/max settings Perttu Ahola 2012-03-10 18:03:40 +0200
  • d74659254b Faster player movement and smaller collision box Perttu Ahola 2012-03-09 20:50:20 +0200
  • 55d310b05a dig_immediate=2 -> 0.5 seconds digging time Perttu Ahola 2012-03-10 17:25:14 +0200
  • 15da308c2a Set rail to have dig_immediate=2 Perttu Ahola 2012-03-10 17:23:36 +0200
  • e80bc6ef58 Tidy up server log output a bit Perttu Ahola 2012-03-10 17:09:34 +0200
  • d81e783665 Clean unit test output Perttu Ahola 2012-03-10 17:02:14 +0200
  • 030b63c3d2 Add and tidy up some Server log output for declined connections Perttu Ahola 2012-03-10 16:47:37 +0200
  • f3dba05143 Remove servermain.cpp, use main.cpp with a couple of #ifdefs instead Perttu Ahola 2012-03-10 16:46:19 +0200
  • 1020707918 Fix addon and configuration file paths Perttu Ahola 2012-03-10 16:10:26 +0200
  • c89d1cf072 Initial directory structure rework Perttu Ahola 2012-03-10 15:56:24 +0200
  • 9c5e422d3a Ban and Auth managers use infostream rather than dstream Perttu Ahola 2012-03-10 15:49:38 +0200
  • 5e00141005 Replace dig_immediate=1 with dig_immediate=3 in mods/default/init.lua Perttu Ahola 2012-03-10 02:27:24 +0200
  • fa70413c82 Add a small bunch of notes about groups in mods/default/init.lua Perttu Ahola 2012-03-10 01:57:59 +0200
  • 06d2bc7fbd dig_immediate=3 instead of 1 means 0 seconds Perttu Ahola 2012-03-10 01:48:15 +0200
  • 1ae9e0afa1 Update mini documentation in mods/default/init.lua a bit Perttu Ahola 2012-03-10 01:46:05 +0200
  • f9da2c9507 Immediate smoke puff when a normal entity is punched to death Perttu Ahola 2012-03-10 01:38:48 +0200
  • 989aba1966 Fix and tune things, add tool "recharge" animation, add dummyball Perttu Ahola 2012-03-09 23:53:25 +0200
  • 6b7d6c27ee Set proper armor group for experimental:tnt Perttu Ahola 2012-03-09 20:53:54 +0200
  • 8db89b8136 LuaEntity armor groups Perttu Ahola 2012-03-09 20:46:56 +0200
  • 8c01ad8a9d ClientActiveObject::debugInfoText() Perttu Ahola 2012-03-09 20:28:55 +0200
  • f60a5ec08f Remove header in servermain.cpp to make minetestserver to build Perttu Ahola 2012-03-09 03:26:34 +0200
  • 501b8fe743 Damage groups WIP Perttu Ahola 2012-03-05 01:30:55 +0200
  • e9cdb938fe Entity damage system WIP; Remove C++ mobs Perttu Ahola 2012-03-04 21:08:03 +0200
  • f1cb91cd93 Small fix in getHitParams Perttu Ahola 2012-03-04 16:29:04 +0200
  • 910186905f Don't draw cracks when digging is impossible Perttu Ahola 2012-03-04 16:21:35 +0200