1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-29 09:57:45 +00:00

Commit graph

  • d2dc84fa83 Merge pull request #477 from NotAdam/develop Mordred 2019-01-10 16:57:18 +01:00
  • dd381b16d5
    Merge pull request #477 from NotAdam/develop Mordred 2019-01-10 16:57:18 +01:00
  • d3e6514af1 change itemcontainer back to use u8s for slots, some cleanup NotAdam 2019-01-10 22:01:58 +11:00
  • 0c672c4bb9 change itemcontainer back to use u8s for slots, some cleanup NotAdam 2019-01-10 22:01:58 +11:00
  • a1b4f98032 slightly change behaviour for items that can't be loaded for a house NotAdam 2019-01-10 21:08:19 +11:00
  • 746b6109a6 slightly change behaviour for items that can't be loaded for a house NotAdam 2019-01-10 21:08:19 +11:00
  • c1f7d9ddef cleanup old setrot calls using float -> u16 NotAdam 2019-01-10 20:50:16 +11:00
  • 61ae4cb887 cleanup old setrot calls using float -> u16 NotAdam 2019-01-10 20:50:16 +11:00
  • 6e6ffc7cf3 fix housing object init structure, game no longer crashes/doesn't load NotAdam 2019-01-10 20:38:27 +11:00
  • 25023e2ed1 fix housing object init structure, game no longer crashes/doesn't load NotAdam 2019-01-10 20:38:27 +11:00
  • 22e73a0da8 additional playerspawn fields and fix logging into housing zones NotAdam 2019-01-10 17:34:22 +11:00
  • 93df29e22e additional playerspawn fields and fix logging into housing zones NotAdam 2019-01-10 17:34:22 +11:00
  • c03dc6dc80 initial pass to fix housing issues NotAdam 2019-01-10 15:03:25 +11:00
  • da40b9e97f initial pass to fix housing issues NotAdam 2019-01-10 15:03:25 +11:00
  • 1cc38c0cca Fixed black screen on new character, fixed servernotice size, initial initui adjustments. Mordred 2019-01-09 23:57:49 +01:00
  • cfabc721dd Fixed black screen on new character, fixed servernotice size, initial initui adjustments. Mordred 2019-01-09 23:57:49 +01:00
  • 07d0dc59ea Merge pull request #471 from JeidoUran/crashes_fix Adam 2019-01-09 18:58:06 +11:00
  • 3da3852861
    Merge pull request #471 from JeidoUran/crashes_fix Adam 2019-01-09 18:58:06 +11:00
  • 2a626ebc29 Added a field for bluemage to player Mordred 2019-01-08 23:58:14 +01:00
  • 11433f8ead Added a field for bluemage to player Mordred 2019-01-08 23:58:14 +01:00
  • 902e78e432 style Dantestyle 2019-01-08 23:28:19 +01:00
  • 734bad10be Merge pull request #476 from takhlaq/develop Mordred 2019-01-08 21:40:46 +01:00
  • 033b05a0eb
    Merge pull request #476 from takhlaq/develop Mordred 2019-01-08 21:40:46 +01:00
  • 062f2d3114 apparently /std:c++17 is needed even if CMAKE_CXX_COMPILER is 17 Tahir Akhlaq 2019-01-08 20:35:41 +00:00
  • ae44a58bcc apparently /std:c++17 is needed even if CMAKE_CXX_COMPILER is 17 Tahir Akhlaq 2019-01-08 20:35:41 +00:00
  • 5b90ca72cc Updated CommonGen.h for bluemage Mordred 2019-01-08 21:20:37 +01:00
  • 3f62c65aea Updated CommonGen.h for bluemage Mordred 2019-01-08 21:20:37 +01:00
  • e1875bc4c8 Even more opcode updates Mordred 2019-01-08 17:26:13 +01:00
  • 47911e924f Even more opcode updates Mordred 2019-01-08 17:26:13 +01:00
  • 69f8fe13ac Further opdating opcodes Mordred 2019-01-08 17:12:13 +01:00
  • 9a3d84b6b2 Further opdating opcodes Mordred 2019-01-08 17:12:13 +01:00
  • 6f0f05eb30 Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop Mordred 2019-01-08 17:09:18 +01:00
  • 7fa7cc8716 Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop Mordred 2019-01-08 17:09:18 +01:00
  • fcf5ef93e5 Merge pull request #475 from NotAdam/develop Mordred 2019-01-08 17:09:12 +01:00
  • eaf7362f4e
    Merge pull request #475 from NotAdam/develop Mordred 2019-01-08 17:09:12 +01:00
  • da67f6cae8 Very rudementary spawn implementation and db fix Mordred 2019-01-08 17:08:48 +01:00
  • 195066b836 Very rudementary spawn implementation and db fix Mordred 2019-01-08 17:08:48 +01:00
  • bddea64189 update client opcode update comments NotAdam 2019-01-08 22:50:16 +11:00
  • 52e8425dfe update client opcode update comments NotAdam 2019-01-08 22:50:16 +11:00
  • 76ea5d8a27 fix spawnpoint schema causing inserts to fail NotAdam 2019-01-08 22:37:29 +11:00
  • b53f7e3b37 fix spawnpoint schema causing inserts to fail NotAdam 2019-01-08 22:37:29 +11:00
  • 9f146f1bde fix initzone packet size/structure NotAdam 2019-01-08 21:49:31 +11:00
  • a8732e4828 fix initzone packet size/structure NotAdam 2019-01-08 21:49:31 +11:00
  • 32d55eff72 attempt at fixing client opcodes NotAdam 2019-01-08 20:36:31 +11:00
  • c802b7f03b attempt at fixing client opcodes NotAdam 2019-01-08 20:36:31 +11:00
  • b4a972c514 probably working server opcodes for 4.5 NotAdam 2019-01-08 19:36:22 +11:00
  • 8ee41a461c probably working server opcodes for 4.5 NotAdam 2019-01-08 19:36:22 +11:00
  • 47d18182c0 manually merge in some exd changes and some 4.5 opcodes NotAdam 2019-01-08 18:08:51 +11:00
  • 8d183e4193 manually merge in some exd changes and some 4.5 opcodes NotAdam 2019-01-08 18:08:51 +11:00
  • d2135592d0 Merge pull request #473 from NotAdam/develop Mordred 2019-01-07 13:43:55 +01:00
  • c4a8bfa3f8
    Merge pull request #473 from NotAdam/develop Mordred 2019-01-07 13:43:55 +01:00
  • 2776ecd6d4 update ini reading to use 'general' instead of 'parameters' NotAdam 2019-01-07 23:31:04 +11:00
  • 6fea0a30e1 update ini reading to use 'general' instead of 'parameters' NotAdam 2019-01-07 23:31:04 +11:00
  • 35def4d4f2 refactor parameters to general, fix build error NotAdam 2019-01-07 23:26:34 +11:00
  • 4397c86dae refactor parameters to general, fix build error NotAdam 2019-01-07 23:26:34 +11:00
  • 047d0328e0 remove old shit NotAdam 2019-01-07 23:20:50 +11:00
  • 3cfc79e842 remove old shit NotAdam 2019-01-07 23:20:50 +11:00
  • eb56f5fda2 cleanup db connection config NotAdam 2019-01-07 23:16:01 +11:00
  • 5ec2d23a12 cleanup db connection config NotAdam 2019-01-07 23:16:01 +11:00
  • bf0324cfea everything should be working again... NotAdam 2019-01-07 23:08:43 +11:00
  • aa73b1c668 everything should be working again... NotAdam 2019-01-07 23:08:43 +11:00
  • 03df0b242c lobby works again with new config stuff NotAdam 2019-01-07 23:00:09 +11:00
  • cd1d8f8126 lobby works again with new config stuff NotAdam 2019-01-07 23:00:09 +11:00
  • 3521ae7c8d shift a lot of config around NotAdam 2019-01-07 22:11:52 +11:00
  • 7666e84693 shift a lot of config around NotAdam 2019-01-07 22:11:52 +11:00
  • fff5951255 Merge remote-tracking branch 'origin/develop' mordred 2019-01-07 08:12:19 +01:00
  • b6a0146d7b Merge remote-tracking branch 'origin/develop' v4.45 mordred 2019-01-07 08:12:19 +01:00
  • 3f313fffd2 Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop Mordred 2019-01-06 23:34:32 +01:00
  • d6ec411c3c Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop Mordred 2019-01-06 23:34:32 +01:00
  • c1a3fa5915 Extended schema for spawnpoints Mordred 2019-01-06 23:34:19 +01:00
  • 5232909ccb Extended schema for spawnpoints Mordred 2019-01-06 23:34:19 +01:00
  • 33de98df68 correct declare for arrays Dantestyle 2019-01-06 18:02:28 +01:00
  • 880ea0a336 Added prepareZoning research + fixed typo JeidoUran 2019-01-06 16:32:06 +01:00
  • 9c90b34c2b Added prepareZoning research + fixed typo JeidoUran 2019-01-06 16:32:06 +01:00
  • 73f261927b More GM Call/Jump fixes JeidoUran 2019-01-06 16:25:51 +01:00
  • ca3851d7d4 More GM Call/Jump fixes JeidoUran 2019-01-06 16:25:51 +01:00
  • 092b343114 move all the old config calls to the new config object NotAdam 2019-01-07 00:03:48 +11:00
  • c15f9be174 move all the old config calls to the new config object NotAdam 2019-01-07 00:03:48 +11:00
  • 3349ccce42 initial move of all config items to a object NotAdam 2019-01-06 23:39:30 +11:00
  • d0059f0717 initial move of all config items to a object NotAdam 2019-01-06 23:39:30 +11:00
  • fc93308939 potential fix for missing cmake command under some configurations NotAdam 2019-01-06 17:38:34 +11:00
  • 3a09cf8732 potential fix for missing cmake command under some configurations NotAdam 2019-01-06 17:38:34 +11:00
  • 12c053cdda Changed 'u3b' to 'isGm' and made it a bool JeidoUran 2019-01-06 04:48:24 +01:00
  • a5e6ca82ab Changed 'u3b' to 'isGm' and made it a bool JeidoUran 2019-01-06 04:48:24 +01:00
  • 4678cfde3a Merge branch 'develop' into crashes_fix JeidoUran 2019-01-06 02:22:09 +01:00
  • 8f1e7323d9 Merge branch 'develop' into crashes_fix JeidoUran 2019-01-06 02:22:09 +01:00
  • e90bfc8dd2 Merge remote-tracking branch 'SapphireServer/develop' into develop JeidoUran 2019-01-06 02:20:17 +01:00
  • bb2600b7f9 Merge remote-tracking branch 'SapphireServer/develop' into develop JeidoUran 2019-01-06 02:20:17 +01:00
  • dbb93a3d94 Merge branch 'develop' into crashes_fix JeidoUran 2019-01-06 02:14:25 +01:00
  • 4aa19d5ec0 Merge branch 'develop' into crashes_fix JeidoUran 2019-01-06 02:14:25 +01:00
  • caee2ad1e7 Third Dantestyle 2019-01-06 02:12:55 +01:00
  • 15e206430a Sending a /tell while acting as a GM will send a GM Tell JeidoUran 2019-01-06 02:03:33 +01:00
  • 193288929d Sending a /tell while acting as a GM will send a GM Tell JeidoUran 2019-01-06 02:03:33 +01:00
  • 32bfdefbc0 GM Jumping no longer crashes the server if used across instances, and works like GM Call JeidoUran 2019-01-06 01:47:07 +01:00
  • 5d9084c279 GM Jumping no longer crashes the server if used across instances, and works like GM Call JeidoUran 2019-01-06 01:47:07 +01:00
  • 265201b5d7 Second revision of quest_parse Dantestyle 2019-01-06 01:45:25 +01:00
  • 40743986c3 First revision of quest_parse Dantestyle 2019-01-06 01:00:35 +01:00
  • 2701872112 Merge branch 'master' of https://github.com/SapphireMordred/Sapphire Mordred 2019-01-06 00:27:37 +01:00
  • aea0bf333a Merge branch 'master' of https://github.com/SapphireMordred/Sapphire Mordred 2019-01-06 00:27:37 +01:00
  • 572a6e1257 Updated sendNotice and sendUrgent calls Mordred 2019-01-06 00:26:26 +01:00