Commit Graph

153 Commits

Author SHA1 Message Date
Benito Palacios Sánchez
7c144f9d34
Improve server connections in Unit Tests
Previously since in the TearDown it opened connections,
it could leave some open connections. It was also trying
to close twice the connections (TearDown and FixtureTearDown)
2016-09-06 21:21:39 +02:00
Benito Palacios Sánchez
e9307a08d2
💚 Remove old dependency from CI 2016-09-06 20:54:14 +02:00
Benito Palacios Sanchez
9231d38dc8 Change license to MIT 2016-09-06 20:08:26 +02:00
Benito Palacios Sanchez
91f3e0f0cf Remove unnecessary libgame dependency 2016-09-06 19:36:05 +02:00
Benito Palacios Sánchez
f0121aeb9a Move to the new Travis CI infrastructure 2015-08-10 17:37:04 +02:00
Benito Palacios Sánchez
30e3828b36 Add some commands 2015-08-10 16:39:56 +02:00
Benito Palacios Sánchez
c983881c14 Restore NuGet packages for Travis 2015-07-31 01:11:20 +02:00
Benito Palacios Sánchez
ce97b467de Update travis to not compile Mono.Addins 2015-07-31 01:02:52 +02:00
Benito Palacios Sánchez
0f0a4a6190 Bump libgame version to use NuGet 2015-07-31 00:58:02 +02:00
Benito Palacios Sánchez
3d1d6acac7 Implemented indexer in Register Manager.
This closes #13.
2015-03-15 20:03:31 +01:00
Benito Palacios Sánchez
73a66ad811 Create test for Register Manager in #13. 2015-03-15 20:00:41 +01:00
Benito Palacios Sánchez
9b20a293ac Move plugins class into own folder 2015-03-15 19:29:10 +01:00
Benito Palacios Sánchez
f45d019ceb Create a folder for plugins 2015-03-15 17:20:05 +01:00
Benito Palacios Sánchez
52d54f0503 Fix some style format 2015-03-15 17:16:42 +01:00
Benito Palacios Sánchez
dbba8f03b8 Fix Register Viewer project file 2015-03-15 17:13:28 +01:00
Benito Palacios Sánchez
01fd41582f Forget to remove merge conflict 2015-03-15 17:10:57 +01:00
Benito Palacios Sánchez
ce996e36ac Clean gitignore 2015-03-15 17:10:11 +01:00
Benito Palacios Sánchez
b0c13a8e74 Merge branch 'Superfranci99-IO-Register-Viewer-#33' 2015-03-15 17:06:47 +01:00
Benito Palacios Sánchez
8e1bcf713d Fix merge 2015-03-15 17:06:13 +01:00
Superfranci99
b5ae7a8363 Removed obj and bin folders 2015-03-15 16:08:13 +01:00
Superfranci99
695215dafe Minor bug fixed 2015-03-15 16:05:20 +01:00
Superfranci99
f3eaa5de75 Fixed GdbStream using GdbSessionManager 2015-03-15 15:49:53 +01:00
Superfranci99
a80b3ac836 Removed useless file for #37 test 2015-03-15 15:19:36 +01:00
Benito Palacios Sánchez
8830ed37a7 Implements Write Registers command for #12 2015-03-15 15:19:35 +01:00
Benito Palacios Sánchez
145c75a0b3 In DeSmuME CPSR is defined as register 25 2015-03-15 15:19:35 +01:00
Benito Palacios Sánchez
f2229f7f9d Implements Read Register command and closes #11. 2015-03-15 15:19:35 +01:00
Benito Palacios Sánchez
a8e2ac48a4 Store last command sent for context in reply converter 2015-03-15 15:19:34 +01:00
Benito Palacios Sánchez
0f235f780d Fix typo that don't compile.
Why chars are not implicit casted to string?
2015-03-15 15:19:34 +01:00
Benito Palacios Sánchez
01d4d258fc Implements get registers command for #11.
Need to implement still the reply support.
2015-03-15 15:19:34 +01:00
Benito Palacios Sánchez
0a56ccd234 Support enum types for #37. 2015-03-15 15:19:33 +01:00
Benito Palacios Sánchez
4eab5b4282 Automatic bool type for #37 2015-03-15 15:19:33 +01:00
Benito Palacios Sánchez
0323240498 Created classes to implement #37 idea. 2015-03-15 15:19:33 +01:00
Benito Palacios Sánchez
88e0c53dff Fix constructor visibility for plugin 2015-03-15 15:19:32 +01:00
Benito Palacios Sánchez
c527d22616 Closed #38. Implements a base for plugins. 2015-03-15 15:19:32 +01:00
Benito Palacios Sánchez
a2a23bd69c Implemented register manager for #13.
Need tests.
2015-03-15 15:10:16 +01:00
Benito Palacios Sánchez
16b22bf3f9 Implemented single write register command.
This closed #12.
2015-03-15 14:38:17 +01:00
Superfranci99
f72ad7676e Implemented bitter class #33 2015-03-15 14:31:12 +01:00
Benito Palacios Sánchez
b8e94a6b6a Implements Write Registers command for #12 2015-03-15 14:28:16 +01:00
Benito Palacios Sánchez
486db7d749 In DeSmuME CPSR is defined as register 25 2015-03-15 13:54:12 +01:00
Benito Palacios Sánchez
75335b6240 Implements Read Register command and closes #11. 2015-03-15 13:43:53 +01:00
Benito Palacios Sánchez
4adfb24542 Store last command sent for context in reply converter 2015-03-15 12:45:46 +01:00
Benito Palacios Sánchez
5951284dfa Fix typo that don't compile.
Why chars are not implicit casted to string?
2015-03-15 12:40:20 +01:00
Benito Palacios Sánchez
c1231437e5 Implements get registers command for #11.
Need to implement still the reply support.
2015-03-15 12:30:23 +01:00
Benito Palacios Sánchez
330d6d3da4 Support enum types for #37. 2015-03-15 12:18:27 +01:00
Benito Palacios Sánchez
796ab5ae47 Automatic bool type for #37 2015-03-15 12:07:47 +01:00
Benito Palacios Sánchez
f47085e5ae Created classes to implement #37 idea. 2015-03-15 12:07:16 +01:00
Benito Palacios Sánchez
f93f316cf7 Fix constructor visibility for plugin 2015-03-15 11:10:50 +01:00
Benito Palacios Sánchez
ccdf3980a9 Closed #38. Implements a base for plugins. 2015-03-15 11:06:44 +01:00
Superfranci99
a0ee98852e Read Engine A data #33 2015-03-14 20:50:13 +01:00
Benito Palacios Sánchez
1ae07b9bef Travis: Install gtk# 2 for mono-addins 2015-03-14 17:47:38 +01:00