Changeset 4531 for lang/c/misc
- Timestamp:
- 01/13/08 09:26:41 (5 years ago)
- Location:
- lang/c/misc/Achemi
- Files:
-
- 2 added
- 7 modified
-
AllocatorTest_VC8.vcproj (added)
-
DXLib/BaseClasses/baseclasses_VC8.vcproj (added)
-
DXLib/BaseClasses/ctlutil.h (modified) (1 diff)
-
DXLib/BaseClasses/outputq.cpp (modified) (1 diff)
-
DXLib/BaseClasses/winutil.cpp (modified) (2 diffs)
-
DXLib/BaseClasses/wxdebug.cpp (modified) (1 diff)
-
README.TXT (modified) (3 diffs)
-
src/COTASK.CPP (modified) (1 diff)
-
src/puzzle.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/misc/Achemi/DXLib/BaseClasses/ctlutil.h
r3426 r4531 276 276 // converted to double and then multiplied by 10000000 277 277 COARefTime(LONG); 278 operator=(LONG);278 void operator=(LONG); 279 279 }; 280 280 -
lang/c/misc/Achemi/DXLib/BaseClasses/outputq.cpp
r3426 r4531 633 633 634 634 LONG iLost = 0; 635 for (long iDone = 0; 635 long iDone; 636 for (iDone = 0; 636 637 iDone < nSamples || (m_nBatched != 0 && m_bSendAnyway); 637 638 ) { -
lang/c/misc/Achemi/DXLib/BaseClasses/winutil.cpp
r3426 r4531 2102 2102 2103 2103 Result = GetSystemPaletteEntries(hdc,PalHiStart,PalLoCount,SystemEntries); 2104 for ( Count = 0;Count < Result;Count++) {2104 for (UINT Count = 0;Count < Result;Count++) { 2105 2105 if (INT(Count) + PalHiStart < iColours) { 2106 2106 if (SystemEntries[Count].peRed != pEntry[PalHiStart + Count].peRed || … … 2121 2121 // Set the non VGA entries so that GDI doesn't map them 2122 2122 2123 for ( Count = PalLoCount;INT(Count) < min(PalHiStart,iColours);Count++) {2123 for (UINT Count = PalLoCount;INT(Count) < min(PalHiStart,iColours);Count++) { 2124 2124 pEntry[Count].peFlags = PC_NOCOLLAPSE; 2125 2125 } -
lang/c/misc/Achemi/DXLib/BaseClasses/wxdebug.cpp
r3426 r4531 565 565 // re-read the registry every second. We cannot use RegNotify() to 566 566 // notice registry changes because it's not available on win9x. 567 static g_dwLastRefresh = 0;567 static DWORD g_dwLastRefresh = 0; 568 568 DWORD dwTime = timeGetTime(); 569 569 if(dwTime - g_dwLastRefresh > 1000) { -
lang/c/misc/Achemi/README.TXT
r3450 r4531 11 11 ���P�D������H 12 12 13 �����@�C�����ăW�O� ]�[�p�Y���ŗV�ԃ\�t�g�ł��B13 �����@�C�����ăW�O�\�[�p�Y���ŗV�ԃ\�t�g�ł��B 14 14 asf, avi, dat, mov, mpg, wmv�Ƃ���������H�[�}�b�g�ɑΉ����Ă��܂��B 15 15 �܂�������̃t�@�C���`��(.acm)���ӂ��܂����B … … 67 67 68 68 �@�@���x�F�s�[�X�̕��������I�ׂ܂��B 69 �@�@�s�[�X�̌`�F�l�p�`/�Z�p�`/�y�����[�Y�^�C��/�W�O� ]�[�p�Y��/�s�[�X69 �@�@�s�[�X�̌`�F�l�p�`/�Z�p�`/�y�����[�Y�^�C��/�W�O�\�[�p�Y��/�s�[�X 70 70 �@�@�@�@�@�@�@�@�̂ǂꂩ�����ׂ܂��B 71 71 �@�@�s�[�X�̉�����s�[�X��]�����邱�Ƃ��ł��܂��B … … 114 114 115 115 03/06/30 Ver 1.04 116 �E�W�O� ]�[�p�Y���^�̃s�[�X���116 �E�W�O�\�[�p�Y���^�̃s�[�X��� 117 117 118 118 03/06/18 Ver 1.03 -
lang/c/misc/Achemi/src/COTASK.CPP
r3450 r4531 12 12 { 13 13 // �G���g���|�C���g���� 14 SETENTRY( entry);14 SETENTRY(&Cotask::entry); 15 15 // (Entry��irtual�Ȃ̂ŁA���ꂼ���N���X��ntry�ŏ�����) 16 16 // �z���g���H �i�v�m�F�F�R���X�g���N�^���̉��z�����j -
lang/c/misc/Achemi/src/puzzle.cpp
r3450 r4531 525 525 else buf = &out; 526 526 527 for ( j=0; j<connected.size(); ++j) {527 for (int j=0; j<connected.size(); ++j) { 528 528 buf->push_back(connected[j]); 529 529 } 530 530 } 531 531 532 for (i =selected.size(); --i>=0; ) {532 for (int i=selected.size(); --i>=0; ) { 533 533 this->order.move_to_top(this->order.search_index(selected[i])); 534 534 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)