Daniel Richard G.
eab11c247c
Add nominal support for LoongArch64 and RISC-V 64
...
Fixes #6584 , #6834
2026-03-23 08:20:10 +01:00
Stan
c16d961cd2
Enable support for powerpc64 systems. New problems with NVTT will be addressed in another diff.
...
Patch by: @tpearson-raptor
Comments by: @q66
Refs:
https://github.com/void-linux/void-packages/blob/master/srcpkgs/0ad/patches/ppc64.patch
Differential Revision: https://code.wildfiregames.com/D1619
This was SVN commit r24995.
2021-03-03 15:13:47 +00:00
Stan
1bb336829d
Add initial support for MCST Elbrus 2000 (e2k) CPU architecture
...
patch by: @r-a-sattarov
Reviewed by: @Stan
Fixes #5877 , Refs #5869
Differential Revision: https://code.wildfiregames.com/D3162
This was SVN commit r24490.
2020-12-31 15:52:12 +00:00
elexis
43137fef3f
Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c).
...
Differential Revision: https://code.wildfiregames.com/D716
Refs 09e974e1cb
Reviewed By: bb
Change in agreement with leper.
This was SVN commit r19899.
2017-07-10 14:26:24 +00:00
elexis
b18f74da44
Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/.
...
This was SVN commit r18987.
2016-11-23 11:18:37 +00:00
leper
15a4c813d6
Add support for AArch64 (ARM64). Patch by tbm. Fixes #3345 .
...
This was SVN commit r16899.
2015-07-30 19:52:55 +00:00
janwas
2e7436434d
warning fixes: mostly size_t vs. specialized API type and other type conversion.
...
added player_id_t typedef and INVALID_PLAYER, use that instead of -1.
also added sanity checks to cpu.cpp to ensure ARCH_* is correct (see
http://www.wildfiregames.com/forum/index.php?showtopic=13327&hl= )
and further predefined macros to arch.h just to be sure.
This was SVN commit r8079.
2010-09-05 09:38:30 +00:00
janwas
c2fd939898
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
...
This was SVN commit r7316.
2010-02-08 16:23:39 +00:00
Ykkrosh
1743645fd3
Simplify the overly-complex CppDoc-breaking file headers
...
This was SVN commit r6832.
2009-04-18 17:51:05 +00:00
Ykkrosh
214b0e6683
Removed outdated licensing information
...
This was SVN commit r6831.
2009-04-18 17:17:34 +00:00
Ykkrosh
c9fa7f13d9
Add GPL header
...
This was SVN commit r6830.
2009-04-18 17:00:33 +00:00
Ykkrosh
7a4dd7b473
Set svn:eol-style=native
...
This was SVN commit r6828.
2009-04-18 16:14:48 +00:00
janwas
34b418e0c1
slight improvement, use ARCH_X86_X64 instead of ARCH_IA32||ARCH_AMD64
...
This was SVN commit r6411.
2008-09-27 10:23:05 +00:00
janwas
aea2368300
fixes to stack trace code under x64 (from work):
...
- displaying symbol values requires stack pointer, not frame pointer
- update debug_IsPointerBogus
- skip-n-frames code changed to skip-all-frames-up-to-func (more
reliable in the face of inlining)
debug.cpp: cleanup
This was SVN commit r6410.
2008-09-27 10:05:11 +00:00
janwas
11b308c347
fix detection of amd64 on VC and avoid 64-bit warning
...
This was SVN commit r6197.
2008-07-04 19:10:09 +00:00
janwas
63086f4e26
part3: now functional file loading code (not entirely finalized)
...
(too many changes to list..)
moved tex_* files to lib/tex
archive builder and hotloading modules are disabled.\
This was SVN commit r5518.
2007-12-20 20:14:21 +00:00