Philpax
090da41ff1
AntiDebug: persist state in config
2021-07-11 00:21:19 +02:00
Raymond Lynch
595fd3f1e4
StyleCop: everything else
2021-05-30 07:15:47 -04:00
Raymond
d9af7d0f4d
Looks like a typo. Why reset the same thing twice.
2021-05-17 12:33:40 -04:00
goat
e84cd7f0be
fix: add try/catch and error logging for all tiers
2021-04-28 21:02:30 +02:00
goat
6356ad53b9
feat: load plugings with load order <= 0 asynchronously
2021-04-28 17:58:51 +02:00
goat
0c5db3d0e6
fix: null ref in PluginStatsWindow
2021-04-28 16:49:09 +02:00
goat
d83aabafe2
fix: DalamudInterface load after scene init
2021-04-28 16:39:45 +02:00
goat
7605570fb0
docs: LoadPluginSystem
2021-04-26 22:38:47 +02:00
goat
51e81d8dfd
fix: defer plugin load until after ImGui has rendered its first frame
2021-04-26 22:22:11 +02:00
goat
74a0cbb034
fix: Remove WaitForFontRebuild during start, this breaks titleedit again for whatever reason
2021-04-26 22:05:49 +02:00
goat
9f22b00fc6
feat: init subsystems synchronously
2021-04-26 21:55:45 +02:00
goat
e930c98769
feat: add aers menu thingy
2021-04-26 20:39:09 +02:00
goat
c17f46bad2
fix: put back sleep after DisposePlugins
2021-04-26 20:07:36 +02:00
goat
b7fd154b91
refactor: move dispose logic out of entrypoint
2021-04-26 20:06:30 +02:00
Liam
581cb506cc
fix: unload plugins before unloading Dalamud to prevent crashes
2021-04-23 22:20:11 -04:00
goat
de98b75336
feat: attempt to prevent some plugin disposal crashes by stopping Framework::Update event dispatching before unloading
2021-04-20 22:01:17 +02:00
goat
f937467eed
fix: possible null ref in Dalamud.WaitForUnloadFinish()
2021-04-20 21:56:13 +02:00
goat
c0e34420a7
feat: add some texture load debug to Data window
2021-04-19 22:32:26 +02:00
goat
052d666327
feat: change log level for dalamud start messages
2021-04-17 00:14:25 +02:00
kalilistic
13eaa4450d
feat: update loc to allow use by plugins
2021-04-10 13:45:28 -04:00
goat
c21e7efab7
feat: port Dalamud windows to WindowSystem
2021-04-05 23:22:41 +02:00
goat
3decb57b2c
refactor: Dalamud.Game.Chat => Dalamud.Game.Text, move Sanitizer
2021-04-04 21:54:24 +02:00
goat
7a93659dd2
refactor: new code style in DalamudConfiguration.cs
2021-04-01 22:52:02 +02:00
goat
5c78198687
refactor: remove april fools stuff
2021-03-31 23:34:11 +02:00
goat
bd5f8cde6a
refactor: adjust Dalamud.cs to new code style
2021-03-30 22:37:17 +02:00
goat
5c4e125337
tippy working with sprites
2021-03-22 20:57:37 +01:00
goat
903834105a
build: v5.2.3.3
2021-02-10 19:05:11 +01:00
goat
3d68ad2869
feat: granular startup logging
2021-02-10 16:38:44 +01:00
goat
484e4579be
refactor: better log messages
2021-01-26 15:52:37 +01:00
goat
d949734fe9
fix: wait for font rebuild when initially setting up ImGui
...
This is to work around changed behaviour with ImGui >1.78 wherein a race condition during font rebuild together with plugin loads would cause the remote CLR thread to end
2021-01-22 19:25:22 +01:00
goat
5df28e4e22
refactor: move dalamud init logic out of ctor, AntiDebug cleanup(WIP!!1!!!!)
2021-01-19 22:23:01 +01:00
goat
83a4fe1048
fix: buff time in DRKGauge is ushort
2021-01-18 01:25:59 +01:00
goat
05f8adfaf9
fix: correctly dispose dalamud when closing the game
2021-01-17 22:13:23 +01:00
goat
87df159c40
refactor: cleanup in Dalamud.cs
2021-01-17 21:44:26 +01:00
goat
e27ae3fd0c
refactor: remove need for AssetManager, pass asset dir via StartInfo
2021-01-16 18:57:16 +01:00
goat
3fdaa9470e
refactor: move commands into own class
2021-01-16 18:40:15 +01:00
goat
3ee8e02f02
refactor: move Dalamud interface into a class
2021-01-16 18:06:10 +01:00
goaaats
b37a2d1786
Merge pull request #235 from Aireil/move_opt_out_mb_to_start_info
...
Move opt-out MB collection to start info
2021-01-16 00:01:34 +01:00
goat
744c777a6d
feat: add IsDebugging prop to PluginInterface
2021-01-14 22:10:59 +01:00
Aireil
9ad67b617b
Add tabs and a setting button in the installer
2021-01-05 06:33:11 +01:00
Aireil
ce36bdcccb
Move opt-out MB collection to start info
2021-01-03 05:03:02 +01:00
goat
67b7dcaf74
feat: list installed plugins separately, also list hidden and dev plugins in installer
2020-12-09 13:43:01 +01:00
goat
b6df202344
feat: add CfPop event to ClientState
2020-12-08 09:06:14 +01:00
goat
6dab2b7ab1
feat: add Cara AllowDebug in debug mode
2020-12-05 23:48:06 +01:00
Aireil
4e0e8ec5c5
Fix the xllanguage en command
2020-11-22 11:15:07 +01:00
goat
3bd53590f1
feat: implement new testing mode
2020-10-02 13:16:20 +02:00
goat
a6547f8273
only use one plugin directory again
2020-09-25 18:54:15 +02:00
goaaats
65ff0e7497
Merge pull request #171 from ms2mml/xlplugin-toggle
2020-09-13 00:15:22 +02:00
ms2mml
6610d55f17
Switch default behavior for /xlplugins to toggle
2020-09-12 15:10:32 -07:00
Anna Clemens
0b92a0f81f
feat: add /xllog
2020-09-12 14:12:53 -04:00