ab24f0fc74
Update copyright notice again
...
Keep information on first file creation year,
and update my email address yet again.
2023-10-05 21:27:15 +02:00
Ancurio
f3b4ab62a5
Update copyright notice
2021-09-24 06:30:55 +02:00
Jonas Kulla
f236e34e2d
Serializable, Table: Some general cleanups
2014-11-20 14:45:54 +01:00
Jonas Kulla
f7a3e3c5d2
Table: General clean up and code reduction
...
- Use STL vector instead of doing manual mallocs
- Throw away the resize optimizations; hardly useful
- Marshal.dump data layout is the same as ours (in LE),
so we can just memcpy everything instead of copying
one by one
Throwing away part of the very first code I wrote for mkxp
felt very refreshing I must say.
2014-11-02 23:37:35 +01:00
Jonas Kulla
151a1f0d1b
Table: Add clone constructor (and bind in MRI)
...
Fixes #50 .
2014-08-05 05:24:13 +02:00
Jonas Kulla
3daf805350
Table: Serialize actual table dimensions instead of '3'
...
This allows savegames created with mkxp to be read with RMXP.
2014-01-02 03:39:22 +01:00
Jonas Kulla
8c6648f47e
Use std algorithm functions
2013-12-08 13:19:22 +01:00
Jonas Kulla
6b20147a72
Table: Minor cleanups
...
Fix up comment style and remove the MIN macro
in favor of the template defined in util.h.
2013-10-15 19:39:29 +02:00
Jonas Kulla
1401578f92
Add bounds check to setter
2013-09-04 17:01:51 +02:00
Jonas Kulla
ff25887f41
Initial commit
2013-09-01 16:27:21 +02:00