index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
qcommon
Commit message (
Expand
)
Author
Age
Files
Lines
*
use system memcpy and memset
ludwig
2005-11-06
3
-5
/
+12
*
- crash solved
ludwig
2005-11-06
1
-0
/
+2
*
- move code for standalone compilation out of vm_x86_64.c
ludwig
2005-11-06
1
-273
/
+37
*
- fall back to interpreter if VM_Compile resets vm->compiled
ludwig
2005-11-06
1
-2
/
+5
*
- set umask to 0077 before writing the cdkey, the rest of the world
ludwig
2005-11-06
1
-3
/
+15
*
* Tidy-up of q_platform.h
tma
2005-11-06
2
-178
/
+98
*
- put ALIGN macro into q_shared.h
ludwig
2005-11-05
1
-0
/
+1
*
* Enable use of asm on Solaris-x86
tma
2005-11-05
1
-2
/
+1
*
* Patch from AJ <anthonyj@planetquake.com> which replaces a bunch of hard coded
tma
2005-11-05
1
-21
/
+21
*
* Oops, missed a bit
tma
2005-11-05
1
-0
/
+2
*
* Centralise architecture defines in q_platform.h
tma
2005-11-05
2
-41
/
+67
*
* Replaced a bunch of inline and __inline with ID_INLINE
tma
2005-11-04
8
-172
/
+142
*
actually when calling from the vm to the engine there are more than 10
ludwig
2005-11-02
1
-1
/
+1
*
pass only 10 arguments. vm_* doesn't use more anyways.
ludwig
2005-11-02
1
-2
/
+2
*
pass only 10 arguments. vm_* doesn't use more anyways.
ludwig
2005-11-02
1
-3
/
+2
*
allocate memory pointer aligned
ludwig
2005-11-02
1
-2
/
+2
*
* Split off q_platform.h from q_shared.h
tma
2005-11-01
2
-286
/
+329
*
use memcpy to fix use of misaligned data
ludwig
2005-11-01
1
-1
/
+5
*
* More Solaris work
tma
2005-11-01
1
-8
/
+13
*
* General decrufting:
tma
2005-10-29
3
-30
/
+7
*
* Fix to the VM interpreter on the linux ppc dedicated server
tma
2005-10-29
1
-1
/
+1
*
* Beginnings of Solaris support from Vincent S. Cojot
tma
2005-10-29
2
-2
/
+48
*
use memcpy for OP_BLOCK_COPY
ludwig
2005-10-29
1
-65
/
+56
*
* Added STATUS
tma
2005-10-29
30
-30
/
+30
*
* Deleted code/unix/vm_x86.c - wtf was that about anyway?
tma
2005-10-29
2
-24
/
+3
*
* Fix the x86 vm
tma
2005-10-27
1
-2
/
+2
*
* ...and the other common headers
tma
2005-10-27
3
-0
/
+16
*
* Ignore __attribute__ when not using gcc
tma
2005-10-27
1
-0
/
+5
*
add x86_64 vm. experimental, not enabled by default. you need as for it
ludwig
2005-10-27
4
-7
/
+1282
*
* Moved various source files from their mod sdk locations to places more
tma
2005-10-26
14
-645
/
+4104
*
* Fixed a bug with QVM loading on big endian architectures
tma
2005-10-26
1
-16
/
+25
*
* Tab completed commands no longer treated like cvars
tma
2005-10-21
1
-4
/
+16
*
* Tiny patch to print values of cvars when tab completing ala ET
tma
2005-10-21
1
-1
/
+1
*
* Adjusted VM_LoadQVM interface
tma
2005-10-14
1
-7
/
+8
*
* Fixed some annoying code duplication
tma
2005-10-13
1
-94
/
+58
*
* (Non-trivial) fix to the "opStack corrupted in compiled code" bug
tma
2005-10-13
4
-19
/
+86
*
don't call VM_Compile if it's not supported so the VM_Compile symbol
ludwig
2005-10-09
1
-3
/
+4
*
* Removed nonsensical "smells like demo data, continueing[sic] anyways" message
tma
2005-09-26
1
-1
/
+0
*
revert int->long change as it breaks on 64bit. Actually only
ludwig
2005-09-26
6
-9
/
+10
*
* Potential fix to ppc vm
tma
2005-09-26
1
-1
/
+1
*
* 64 bit fix
tma
2005-09-26
1
-1
/
+1
*
* Fixed some long/int warnings, hopefully this doesn't disrupt the MSVC and/o...
tma
2005-09-26
4
-9
/
+9
*
* Fix to broken win32 fix patch
tma
2005-09-26
1
-3
/
+6
*
Hopefully this will fix win32 msvc.netsuperduper++220000 extra entropy edition
zakk
2005-09-26
1
-6
/
+6
*
* FreeBSD fixes/updates from Andreas Kohn
tma
2005-09-25
2
-2
/
+2
*
* Applied ajax's cleanup patch
tma
2005-09-23
3
-4
/
+4
*
* Applied Thilo Schulz's MDR patch
tma
2005-09-23
1
-0
/
+124
*
* Replaced lots of __linux__ || __FreeBSD__ with __GNUC__
tma
2005-09-23
3
-80
/
+40
*
* Port to MinGW
tma
2005-09-22
5
-8
/
+50
*
* Fix to multiple buffer overflow bugs in CL_Rcon_f
tma
2005-09-19
1
-2
/
+2
[next]