Commit Graph

30 Commits

Author SHA1 Message Date
27d21e06df use regular slash instead of backslash in config file name. fixes #413 2019-06-01 02:54:38 +02:00
f8751bd1fb first attempt at things
(also fix softrenderer reset)
2019-04-01 02:51:31 +02:00
fe29bfad44 fix stupid compilation issues on Linux 2019-03-30 16:51:32 +01:00
2a2e6a0c76 fix potential memleak under Windows 2019-03-30 12:33:10 +01:00
60a728283e * remove EmuDirectory from the core
* rework OpenLocalFile(), make the code more elegant, also fixes #352
2019-03-27 13:54:33 +01:00
f08b87b41f * move melon_fopen_local() to Platform.cpp
* make it require that the file already exist (hopefully fixing config saving bug)
* finally axe melon_fopen.cpp
2019-03-27 13:34:26 +01:00
6d7e80b677 move melon_fopen() to Platform.cpp
melon_fopen_local() will need fixoring
2019-03-27 04:23:03 +01:00
c43574207a add pcap code for Linux. fix bugs. 2019-03-26 02:53:17 +01:00
b52458d7be here have more code aaaaaaaaaaaaa 2019-03-15 01:08:37 +01:00
4de4631c15 move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbf 2019-03-15 00:58:29 +01:00
720a5fbea5 fixor Platform.cpp
also remove debug shit that accidentally slipped in
2019-03-04 22:24:28 +01:00
0550d22833 hook LAN shito. open proper pcap device. etc 2019-02-21 03:44:22 +01:00
2d41291ee9 pack your shit, kids, we're moving 2019-02-21 01:32:28 +01:00
b0efde8bf7 also, update copyright name 2019-01-22 15:58:29 +01:00
d30043bc85 Merge pull request #230 from dogtopus/pcap-libnames-linux
Add linux libpcap names to the pcap library list
2018-12-15 00:30:44 +01:00
fea7955675 fixor copyright years. 2018-09-15 02:32:13 +02:00
41b40cd4fa Add linux libpcap names to the pcap library list 2018-02-22 10:39:02 -04:00
549bcf6d71 Fix build on linux, enable build directory support
Specifically:

- Include stddef.h for missing ptrdiff_t
- Define PCAP_OPENFLAG_PROMISCUOUS if not using WinPcap because it seems to be
  a WinPcap extension
- Make use of CMAKE_CURRENT_{SOURCE,BINARY}_DIR to enable building under a
  directory other than root of the project
2017-12-22 12:29:34 -04:00
9336e15197 avoid crashing when receiving a packet that is too large 2017-12-19 01:00:55 +01:00
3bdb7a7f2d hook up the LAN (pcap) interface 2017-12-18 23:24:45 +01:00
9632aa4021 start working on melonAP.
it sends beacons!
2017-12-18 21:37:17 +01:00
4ec2d109f7 wifi: more shit 2017-12-18 19:31:26 +01:00
e44bc7743d actually init pcap etc 2017-12-17 23:09:48 +01:00
17087a1ece start work on libpcap shit 2017-12-17 17:21:50 +01:00
df19b93408 Include POSIX headers required for fd_set and INADDR_ANY. 2017-10-09 03:41:17 -06:00
1975efaeea fix bugs with SPI shutdown 2017-10-01 03:19:39 +02:00
65b332b152 reenable wifi socket code 2017-09-21 04:42:31 +02:00
495d0ba12d add support for SPI shutdown, btw 2017-09-21 03:59:12 +02:00
4db1a51fa4 add Platform thread/semaphore support, using SDL 2017-09-19 15:39:41 +02:00
dbcec7efb4 actually take it somewhere 2017-09-09 03:23:02 +02:00