| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | update copyright years | Arisotura | 2020-02-14 |
| | | |||
| * | Change the config/data dirs from "melonds" to "melonDS" for consistency. | Nadia Holmquist Pedersen | 2019-12-19 |
| | | |||
| * | If all else fails, look for data files (romlist.bin) in the current working ↵ | Nadia Holmquist Pedersen | 2019-12-05 |
| | | | | | direcoty. | ||
| * | Open with rb instead of r in OpenDataFile to avoid potential problems with ↵ | Nadia Holmquist Pedersen | 2019-12-04 |
| | | | | | Windows. | ||
| * | Add a UNIX_PORTABLE build option, turning it off makes a build of melonDS ↵ | Nadia Holmquist Pedersen | 2019-12-04 |
| | | | | | suitable for systemwide installation. | ||
| * | use regular slash instead of backslash in config file name. fixes #413 | Arisotura | 2019-06-01 |
| | | |||
| * | first attempt at things | Arisotura | 2019-04-01 |
| | | | | | (also fix softrenderer reset) | ||
| * | fix stupid compilation issues on Linux | PoroCYon | 2019-03-30 |
| | | |||
| * | fix potential memleak under Windows | Arisotura | 2019-03-30 |
| | | |||
| * | * remove EmuDirectory from the core | Arisotura | 2019-03-27 |
| | | | | | * rework OpenLocalFile(), make the code more elegant, also fixes #352 | ||
| * | * move melon_fopen_local() to Platform.cpp | Arisotura | 2019-03-27 |
| | | | | | | * make it require that the file already exist (hopefully fixing config saving bug) * finally axe melon_fopen.cpp | ||
| * | move melon_fopen() to Platform.cpp | Arisotura | 2019-03-27 |
| | | | | | melon_fopen_local() will need fixoring | ||
| * | add pcap code for Linux. fix bugs. | StapleButter | 2019-03-26 |
| | | |||
| * | here have more code aaaaaaaaaaaaa | Arisotura | 2019-03-15 |
| | | |||
| * | move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbf | Arisotura | 2019-03-15 |
| | | |||
| * | fixor Platform.cpp | Arisotura | 2019-03-04 |
| | | | | | also remove debug shit that accidentally slipped in | ||
| * | hook LAN shito. open proper pcap device. etc | Arisotura | 2019-02-21 |
| | | |||
| * | pack your shit, kids, we're moving | Arisotura | 2019-02-21 |
| | | |||
| * | also, update copyright name | Arisotura | 2019-01-22 |
| | | |||
| * | Merge pull request #230 from dogtopus/pcap-libnames-linux | StapleButter | 2018-12-15 |
| |\ | | | | | Add linux libpcap names to the pcap library list | ||
| | * | Add linux libpcap names to the pcap library list | dogtopus | 2018-02-22 |
| | | | |||
| * | | fixor copyright years. | StapleButter | 2018-09-15 |
| |/ | |||
| * | Fix build on linux, enable build directory support | dogtopus | 2017-12-22 |
| | | | | | | | | | | | 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 | ||
| * | avoid crashing when receiving a packet that is too large | StapleButter | 2017-12-19 |
| | | |||
| * | hook up the LAN (pcap) interface | StapleButter | 2017-12-18 |
| | | |||
| * | start working on melonAP. | StapleButter | 2017-12-18 |
| | | | | | it sends beacons! | ||
| * | wifi: more shit | StapleButter | 2017-12-18 |
| | | |||
| * | actually init pcap etc | StapleButter | 2017-12-17 |
| | | |||
| * | start work on libpcap shit | StapleButter | 2017-12-17 |
| | | |||
| * | Include POSIX headers required for fd_set and INADDR_ANY. | Anthony J. Bentley | 2017-10-09 |
| | | |||
| * | fix bugs with SPI shutdown | StapleButter | 2017-10-01 |
| | | |||
| * | reenable wifi socket code | StapleButter | 2017-09-21 |
| | | |||
| * | add support for SPI shutdown, btw | StapleButter | 2017-09-21 |
| | | |||
| * | add Platform thread/semaphore support, using SDL | StapleButter | 2017-09-19 |
| | | |||
| * | actually take it somewhere | StapleButter | 2017-09-09 |